
44 VP-747 - VP-747 Communication Protocol
10 VP-747 Communication Protocol
The following is the COM port setting:
Baud rate:9600 / 115200 (Bits per second)
Parity: None
Data Bits: 8bits
Stop Bits: 1bit
Character Symbols Definitions
Symbol Meaning
Space
[CR] Carriage Return, ASCII code 0x0D
[LF] or > Line Feed, ASCII code 0x0A
Communication Confirm:
Send CR
Reply CRLF >
Set Command
Send YControl_TypeFunctionParamCR
Reply ZControl_TypeFunctionParam CRLF >
Get Command
Send YControl_TypeFunctionCR
Reply ZControl_TypeFunctionParam CRLF >
Example: set Preview Source Type of Current Channel = RGBHV
Send Y0430CR
Reply Z0430CR>
Example: get Preview Source Type of Current Channel
Send Y143CR
Reply Z1430 CRLF >
: ASCII Code 0x20
CR : Ascii Code 0x0D
CRLF : Ascii Code 0x0d+0x0A
After set, type command setting. The system responds with a string.
Komentarze do niniejszej Instrukcji