I am using ZD500R printer with my iOS app. I am using SGD rfid.error.response to check for RFID errors happened during printing.
But sometimes instead of expected response mentioned in document https://www.zebra.com/content/dam/zebra_new_ia/en-us/manuals/printers/co... , I am getting Host status as response.
Ex: We are getting this in response:
030,0,0,0389,000,0,0,0,000,0,0,0
Instead of “RFID OK”
Is this expected to get this response for this command?
Issue with response from SGD command “rfid.error.response”// Expert user has replied. |
1 Replies
The quoted response string (030,0,0,0389,000,0,0,0,000,0,0,0) is not the response from rfid.error.response. The string is a part of host status response from device.host_status. It looks like a device.host_status was issued prior to issuing the rfid.error.response. Somehow, the app catches the response from the host status instead.