Hello:
We have implemented the above version lib with the TC51 and the RFD8500 and all works well!
We noted that this SDK is supposedly for both the RFD8500 and RFD2000 BUT when we try on the TC20/RFD2000 combo utilizing the SERVICE_SERIAL connection parm, our app simply hangs …
Debug window shows:
D/RFIDAPI3: SDK Version:2.0.0.2
D/RFIDAPI3: com.zebra.rfid.rfidmanager.RFIDService
I/art: Thread[3,tid=8582,WaitingInMainSignalCatcherLoop,Thread*=0x7f79041e00,peer=0x12c81790,"Signal Catcher"]: reacting to signal 3
I/art: Wrote stack traces to '/data/anr/traces.txt'
Actual code pretty simply to connect...
Readers rdrs = new Readers(DCCClientActivity.app, ENUM_TRANSPORT.SERVICE_SERIAL);
available_readers = rdrs.GetAvailableRFIDReaderList();
Hangs right where we are getting the available readers.
Thanks in advance
Marshall Ellis
2 Replies
To solve that issue I ran the GetAvailableRFIDReaderList() method asynchronously
I got a same problem
This behaviour were when Zebra RfidManager was not installed.
Download and Install it from RFD2000 support page and will run correct.