
VP-443 - RS-232 Communication Protocol
8 RS-232 Communication Protocol
The following is the COM port setting:
Baud Rate: 9600bps
Parity: None
Data Bits: 8bits
Stop Bits: 1bit
Set CTS Mode: Off
Set XON/XOFF: Off
Character Symbols Definitions
Carriage Return, ASCII code 0x0D
Line Feed, ASCII code 0x0A
Set and Get Command
Set Command:
Type in: YControl_TypeFunctionParam[CR]
Reply: ZControl_TypeFunctionParam[CR][LF]
Get Command:
Type in: YControl_TypeFunction[CR]
Reply: ZControl_TypeFunctionParam[CR][LF]
When sending a command, a blank character may precede [CR] if desired
Example:
Example 1: set brightness value as 32
Send: Y11632[CR]
Reply: Z11632[CR][LF]
Example 2: get current output resolution. (2 = SVGA)
Send: Y421[CR]
Reply: Z4212[CR][LF]
Commentaires sur ces manuels