Closed deantonccns closed 1 year ago
Update:
I tried to use the example code in the readme and I got exactly the same results. Seems to me that the commit 7e839a637 somehow breaks the scan.
Yes, I have the same issue. You can checkout the code before the commit for now while I try to fix it.
The problem is that the DELETE_ROSPEC_RESPONSE is not recognized by the message handler, because a RO_ACCESS_REPORT is coming along with the TCP packet.
Fixed now
Hello all,
I am currently conducting a project using your sllurp lib for RFID tag reading. It is stable and works properly, thanks for all your decent work. My device is Impinj Speedway Revolution R420.
Recently I synced the latest commits from the repository and found a timeout exception when reading data from the socket https://github.com/EMS-TU-Ilmenau/sllurp/blob/e49ca5ddbe990159a33de855f2fe6cbad747efd4/sllurp/llrp.py#L149
Though the tag seems to be recognized correctly. This issue happens since the commit mentioned in the title.
Here is the log from my application:
rfid_client.py is my client code and you can see timed out when calling to detectTags in sllurp/reader.py I can provoke it always instead of happening from time to time. I am wondering you guys have the same issue also or not. Or do I miss some changes in my client for this commit? Do you have any idea about it? It would be highly appreciated if you have some hints for me.
Thanks in advance and looking forward to your response.