Retrieve Device Version
# Retrieve Device Version
Request format: <STX><FLAG><Command><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “701” |
Response format: <STX><FLAG><Command><Version><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “701” |
| Version | AN | 5 | "1.0.0"- "9.9.9" |
Example: Retrieve device version
Control PC sends:
<STX><FLAG><37H><30H><31H><ETX><LRC>
Device responds:
<ACK>
<STX><FLAG><37H><30H><31H>><31H><3EH><30H><3EH><33H><ETX><LRC>
Example of command sent: 02 11 37 30 31 03 32
Example of device response:
02 11 06 03 14
02 11 37 30 31 31 2E 37 30 2E 32 03 21