- USB / Serial - ASCII (\r\n)
- Communicate in ASCII mode and end commands with carriage return + new line
- USB / Serial - ASCII (\r)
- Communicate in ASCII mode and end commands with carriage return
- USB / Serial - ASCII (\n)
- Communicate in ASCII mode and end commands with new line
- USB / Serial - Binary
- Communicate in Binary mode
- HDMI Power On/Off
- Force the projector into standby mode by cutting the signal to the projector
- Execution Only
-
Run external syscall only - Useful to control the projector through HDMI-CEC
eg. To turn projector on Raspberry Pi you can off HDMI using command: tvservice -o (-p for turn it off)