2. Advanced LAN/RS232 Commands | VESTEL B2B Support Portal

Category 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...

[: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)...