Hello,
I've been trying the sdk handheld sample from the library RFIDAPI3 SDK. But whenever the trigger is pressed to run inventory.perform(), the debugger throws OperationFailureException
Maybe the reader isn't propely configured. I would thank in advance any help.
Best regards,
Ignacio
1 Replies
Try to use the terminal ADB port and type in the following command:
adb shell dumpsys battery unplug
The above command disables the charging.
Charging on the cradle, the MC33 does not allow for inventory, so the OFE is expected by design.
Best regards,
Chuck