11 VP-734 Communication Protocol
Serial Configuration:
Baud rate: 115200 (Bits per second)
Data bits: 8bits
Parity: None
Stop bits: 1bit
Communication confirmation:
Send: CR
Reply: CRLF>
Set Command:
Send: YControl_TypeFunctionParamCR
Reply: ZControl_TypeFunctionParamCRLF>
Get Command:
Send: YControl_TypeFunctionCR
Reply: ZControl_TypeFunctionParamCRLF>
Example: set Input 1 Source Type to Component
Send: Y0102CR
Reply: Z010CRLF>
Example: get current Input 1 Source Type
Send: Y113CR
Reply: Z1103CRLF >
Definition:
: ASCII Code 0x20
CR: Ascii Code 0x0D
CRLF : Ascii Code 0x0D+0x0A
Go to
http://www.kramerelectronics.com/support/product_downloads.asp to
check for the latest VP-734 communication protocol.