309
[UID/EPC return data format]
“Specify memory”+“:”+“Data” +“Line feed(0DH、0AH)”
ee:f…f(,gg:h…h)[CR][LF]
Specifying the memory to be recorded
<RA>-printer setting IF:RFID setting section parameter
DATA_TO_RECODE: The data to be read differs according to the settings of the RFID data record.
"0": BOTH (EPC and TID are returned)
"1": EPC (only EPC is returned)
"2": TID (only TID is returned)
Below is the sample of <RA> setting.
<A>
<RA>,24,IF,18,DATA_TO_RECODE:0[CR][LF]
<Z>
To set the above from the settings menus,
you can do the same from”RFID USER MODE”->”LOG DATA”
[EPC/TID return data]
EP:EPC
ID:TID
For UHF band only
Maximum 256-digit characters
Data Example)
EP:E0123456789ABCDEF0123456,ID:E200680612345678
[Return data format (when a command error occurs)]
[NAK]<15>16
[Exception processing]
A value outside the range is
specified
The specified size and received size
are different
The receive data after command error will not be regarded as a
parameter for this command.
The data after the 2 byte identifier will be ignored.
[Coding example 2]
<A>
<RU>01
<IP0>e:h,epc:E0123456789ABCDEF0123456;
<XM>E0123456789ABCDEF0123456
<Z>
[Return status example]
When SOH+RU is received using a tag with E200680612345678 for TID and specified to return TID only.
■Write success (TID read success)
[STX]25,1,N,ID:E200680612345678[CR][LF][ETX]
■Write success (TID read failure)
[STX]9,1,T,ID:[CR][LF][ETX]
■ Write fail (EPC write failure)
[STX]9,0,E,ID:[CR][LF][ETX]
[Notes]
1. The write status and EPC/TID is returned when SOH+RU is received after RFID write.
2. Although write is successful, status will be returned without data if you fail to read EPC/TID since EPC/TIC read will
be done separately from write.
3. When there is an EPC code write but there is no print data, write result status is "0: writing failed" and error symbol
is "A: all error" in the return data.