User Manual

CHAPTER 7: RFID COMMANDS
COBALT HF RFID CONTROLLERS OPERATOR’S MANUAL
P/N: 17-1320 REV 01 (03-06) PAGE 78 OF 116
C OMMAND 06 (WRITE D ATA)–ABX FAST C OMMAND E XAMPLE
This example writes the five ASCII characters H, E, L, L, O (Data Byte Values: 0x48,
0x45, 0x4C, 0x4C and 0x4F) to the tag starting at address 0x0000. A Timeout Value of 2
seconds (0x07D0 = 2000 x 1 millisecond increments) is set for the completion of this
command.
Command from Host
PARAMETER FIELD CONTENT
Header
0x02, 0x02
Command Size
0x000C
Command ID
0x06
Start Address
0x0000
Write Length
0x0005
Timeout Value
0x07D0
Data Byte Value = H
0x48
Data Byte Value = E
0x45
Data Byte Value = L
0x4C
Data Byte Value = L
0x4C
Data Byte Value = O
0x4F
Terminator
0x03
Response from Controller
PARAMETER FIELD CONTENT
Header
0x02, 0x02
Response Size
0x0001
Command Echo
0x06
Terminator
0x03