User's Manual

Table Of Contents
29
Chapter 1
Understandin
g
RFID Reader
SEND DATA
To transmit the data to the host immediately, use the following command “#@sys_memup”.
Command:
#@sys_memup\r
Purpose Upload Memory Data
Response OK\r //command received
[m]\r //data string
EOT,[n]\r //End of Transmit. [n] indicates the total data count.
ERR,[code]\r
CLEAR MEMORY
Even though data has been sent back to the host, the flash memory is still occupied with the
scanned data which can be uploaded repeatedly unless you erase the memory by issuing
“#@sys_memclr” command to clear memory.
Command:
#@sys_memclr\r
Purpose Clear Memory
Response OK\r
ERR,[code]\r