30
Serial/Ethernet/USB Communication (SCOM) Interface
IND100084-18
SCOM Section: Service
Commands to review Service related information available for the unit.
"SWI" - Main Software Version Query
This query is sent to the unit in order to get the microcontroller software version ID. Length of DATA must be zero.
The DATA field will be an ASCII text string indicating the software version. The Maximum length of DATA is 13 bytes.
Example:
Get Software Version:
0x07
0xFF
0x53
0x57
0x49
0x00
0x06
Reply from unit:
0x06
0xFF
0x53
0x57
0x49
0x0D
0x07
0x46
0x57
0x31
0x30
0x30
0x30
0x30
0x32
0x2D
0x30
0x41
0x30
0x31
0x40
0x??
= Where
??
are HEX value (ASCII chars A-Z, 0-9 + symbols).
"SWV" - Video Scaler Software Version Query
This query is sent to video scaler in order to get the firmware version ID. Length of DATA must be zero. The DATA
field will be an ASCII text string indicating the software version. The Maximum length of DATA is 13 bytes.
The SWV command will be forwarded to the video scaler. The microcontroller does not need to process this data
other than forwarding request and reply.
Example:
Get Software Version:
0x07
0xFF
0x53
0x57
0x49
0x00
0x06
Reply from unit:
0x06
0xFF
0x53
0x57
0x49
0x0D
0x07
0x46
0x57
0x32
0x30
0x30
0x30
0x30
0x31
0x2D
0x30
0x41
0x30
0x31
0x40
0x??
= Where
??
are HEX value (ASCII chars A-Z, 0-9 + symbols).