8 rs-232 communication protocol, Rs-232 communication protocol, 8rs-232 communication protocol – Kramer Electronics VP-438 User Manual
Page 21
![background image](/manuals/464994/21/background.png)
18
VP-438 - RS-232 Communication Protocol
8
RS-232 Communication Protocol
The following is the COM port setting:
Baud Rate: 9600bps
Parity: None
Data Bits: 8 bits
Stop Bits: 1 bit
Set CTS Mode: Off
Set XON/XOFF: Off
The following table defines the symbol characters:
Symbol
Meaning
Space
[CR]
Carriage Return, ASCII code 0x0D
[LF]
Line Feed, ASCII code 0x0A
Set Command
Type in: YControl_TypeFunctionParam[CR]
When sending a command, a blank character may precede [CR] if desired.
Reply: ZControl_TypeFunctionParam[CR][LF]
Get Command:
Type in: YControl_TypeFunction[CR]
Reply: ZControl_TypeFunctionParam[CR][LF]
Example:
Example 1: set Brightness value to 32
Send: Y11632[CR]
Reply: Z11632[CR][LF]