VESTEL B2B Support Portal | vestek

Author Archives

File System Commands

File System Commands Command Description Parameter Return MP3PLAY Play MP3 audio file. string-integer n  Example: MP3PLAY audio.mp3 #*Playing audio : n...

File System Commands

File System Commands Command Description Parameter Return MP3PLAY Play MP3 audio file. string-integer n  Example: MP3PLAY audio.mp3 #*Playing audio : n...

Browser Commands

Browser Commands Command Description Parameter Return OPENURL Starts the given URL and returns web page load status directly. string-integer...

Browser Commands

Browser Commands Command Description Parameter Return OPENURL Starts the given URL and returns web page load status directly. string-integer...

Audio Commands

Audio Commands Command Description Parameter Return VOLUME Set volume level. integer n (0 ≤ n ≤ 100) #*set volume...

Audio Commands

Audio Commands Command Description Parameter Return VOLUME Set volume level. integer n (0 ≤ n ≤ 100) #*set volume...

Admin Panel Commands

Connection Serial Port: baudrate = 115200, 8 data bits, no-parity, 1 stop bit. LAN: Port 1986 Admin Panel Commands...

Admin Panel Commands

Connection Serial Port: baudrate = 115200, 8 data bits, no-parity, 1 stop bit. LAN: Port 1986 Admin Panel Commands...

Example Code

Add Customer POST Function public bool GuestIn(CustomerCheckIn cCheckIn) { //Implementation URL and data string sturlurl = string.Format("http://localhost/htmlhoteltv_v1.1.15/api/hbys/customer/add"); string postData...

Example Code

Add Customer POST Function public bool GuestIn(CustomerCheckIn cCheckIn) { //Implementation URL and data string sturlurl = string.Format("http://localhost/htmlhoteltv_v1.1.15/api/hbys/customer/add"); string postData...

HTMLHOTELTV PMS API

This document will help you to communicate your PMS system with HTMLHOTELTV admin panel. APIS 1- Guest Check-In...

HTMLHOTELTV PMS API

This document will help you to communicate your PMS system with HTMLHOTELTV admin panel. APIS 1- Guest Check-In...

Overview

This parts give information about HTML API SDK and contains RS232/LAN Commands. RS232/LAN Commands developed by VESTEL and...

Overview

This parts give information about HTML API SDK and contains RS232/LAN Commands. RS232/LAN Commands developed by VESTEL and...

MB170VS

This document explains configuration for MB170VS Digital Signage devices. In this document you will find how to send RS232...

MB170VS

This document explains configuration for MB170VS Digital Signage devices. In this document you will find how to send RS232...

MB135

X-Rite White-Balance Calibration & Fine Adjustment of White Balance in Videowall Products X-Rite WB Calibration Only one model of...

MB135

X-Rite White-Balance Calibration & Fine Adjustment of White Balance in Videowall Products X-Rite WB Calibration Only one model of...

[:en]Example Code Application

Get socket messagenew Thread(new Runnable() {    @Override    public void run() {        Log.i(TAG, "get socket message");        try {            ServerSocket serverSocket = new ServerSocket(1987);            while (!Thread.currentThread().isInterrupted()) {                String msg = null;                Socket socket = serverSocket.accept();                if (socket != null)...

[:en]Example Code Application

Get socket messagenew Thread(new Runnable() {    @Override    public void run() {        Log.i(TAG, "get socket message");        try {            ServerSocket serverSocket = new ServerSocket(1987);            while (!Thread.currentThread().isInterrupted()) {                String msg = null;                Socket socket = serverSocket.accept();                if (socket != null)...