Connection
Serial Port: baudrate = 115200, 8 data bits, no-parity, 1 stop bit.
LAN: Port 1986
Admin Panel Commands | |||
Command | Description | Parameter | Return |
TOF | Turn off panel | no parameter | #Display will be sent to Active Standby state. or #Display is in Active Standby state already! |
TON | |||
RST | Restart | no parameter or int (wait seconds until Restart) | #Display will be restarted |
STV | Sets panel Volume, parameter value will ve set for volume level | integer (volume level) | #Volume set level= … |
GTZ | Get Time Zone | no parameter | #Timezone is … |
CTZ | Change Time Zone. | integer (gmt value ) | #Timezone setup SUCCEEDED |
STL | Set panel Language | string-int (please look at abbreviations of languages) | #Language changed to … or #Wrong language selection. |
SMA | Set mac address Note: This command is not available for MB230 platform. Instead, set_mac_address command can be used. Note2: This command only changes mac address of wired interface. Note3: Reboot needed. | string-int ( ex: 00:09:df:86:34:25) | #SetMacAdress Successful #*FAILURE – Invalid mac address! #*FAILURE – Could not write MAC address! |
get_mac_address | Get mac address | none | #*Hwaddr: mac_address – Succesfull |
set_mac_address | Set mac address | string-int ( ex: eth0-00:09:df:86:34:25) | #SetMacAdress Successful #*FAILURE – Invalid mac address! #*FAILURE – Could not write MAC address! |
GETMACADDRESS | Gets mac address of selected network interface | none | #*Hwaddr: – Succesfull or #*Mac address could not be obtained |
GETGPIO | Gets the GPIO’s state | pin number(visit the GPIO List) | #*GPIO level is … |
SETGPIOLOW | Sets the GPIO’s state to low | pin number(visit the GPIO List) | #*… is set to HIGH |
SETGPIOHIGH | Gets the GPIO’s state to high | pin number(visit the GPIO List) | #*… is set to LOW |
SELECTSOURCE | Select source. | integer n (7 = HDMI1, 8 = HDMI2,9 = HDMI3, 10 = HDMI4, 19 = DP, 20 = OPS, 26 = TYPE C ) | #*Select external source: … |
SSIP | Set static IP, Default Gateway and SubnetMask addresses (seperate addresses with “-” character) | string ( ex: 192.168.0.15-10.0.90.5-255.255.255.0) | #IP address setting Succesfull |
reboot | Restart | no parameter | |
SDFTI | Set Default First Time Installation by reseting the parameters set by SFTI and returning to default FTI settings; then reboots the system. | no parameter | #*System will be reinitaliased !!! |
GTNTP | Get NTP Server IP | no parameter | #”NTP server url is … |
ATOF | Auto panel Off Mode | int ( 0 <= mode <=8) | #*Auto display OFF is set to .. or #*Auto display OFF must be between 0-8 or #*Auto display OFF time must be Integer |
LISTBLK | List block devices (USB memory must be inserted in the device) | no parameter | |
SETAUTOLAUNCH | Set the auto launch | string (“disabled”, “cms”, “open_browser”, “vsign_lite”,”home”,”dp”, “ops”, “type_c”, “hdmi1”, “hdmi2”, “hdmi3”, “hdmi4” or app ) ———————————— “SETAUTOLAUNCH hdmi1” | #*Set Auto Launch Mode : .. or #*Set Auto Launch Mode Failed! Valid parameters: .. |
UPGRADEAPK | Download the apk from given url and install it, or install the apk from given internal and external paths. | string Example: UPGRADEAPK https://r2-static-assets.androidapksfree.com/sdata/38267a4b6b01125f44437ccc6a230335/org.videolan.vlc_v3.4.4-13040404_Android-4.2.apk or Example (internal path): UPGRADEAPK /storage/emulated/0/Download/player.apk or Example (external path): UPGRADEAPK /storage/557E-7AD4/player.apk | Downloading… or Upgrade error! |
OTAUPDATE
| Update FW by ota.zip file that is available in given url as parameter | string Example: OTAUPDATE http://192.168.0.16/ota.zip | Downloading… or OTA update error! |
No Comments