BLUEBOX CX Industrial UHF
Page 68 of 126
CR
Carriage Return (0x0D)
If the
BLUEBOX
is able to execute the command, it answers with:
STX
‘2’ ‘F’ ‘0’ ‘0’
<bcc> CR
Where:
STX
Start of Text (0x02)
‘2’ ‘F’
Command code.
‘0’ ‘0’
Status code.
<bcc>
Block check character or checksum
calculated as ‘xor’ of
the previous characters starting from STX applying the
following rule: if <bcc> = STX or <bcc> = CR, then
<bcc> := <bcc>+1 (increment of 1).
CR
Carriage Return (0x0D)
The ‘BLUE
BOX Serial Config
’ program is
provided to explicate these operations.