8 rs-232 communication protocol, Rs-232 communication protocol, 8rs-232 communication protocol – Kramer Electronics VP-690 User Manual
Page 23

VP-690 - RS-232 Communication Protocol
19
19
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
Symbol
Meaning
Space
[CR]
Carriage Return, ASCII code 0x0D
[LF] or >
Line Feed, ASCII code 0x0A
Set and Get Command
Set Command:
Type in : YControl_TypeFunctionParamCR
Reply: ZControl_TypeFunctionParamCRDone>CR
Get Command:
Type in : YControl_TypeFunctionCR
Reply: ZControl_TypeFunctionParamCR
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]