-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to read user memory from tag? #10
Comments
I opened an issue over a year ago here: #6 with no reply. I've emailed their support with no response. I've managed to get their device to perform inventory and read user data (but for some reason the identical operation to read TID instead of user data fails). as well as independently read user and TID outside of inventory by just calling the though all this has been done for our company's internal code, it's my intention to fork their code base and add it in since they obviously don't care about doing it themselves. unlike the normal (non user memory) method that uses to read user data outside of an inventory session (say you know the EPC and just want to read the tag's user data bank) you can call If I get time this upcoming week I'll try to post a sample / gist on it. |
I've did this a few years ago so i don't know if it is still up to date. it's in swift but the idea should be the same for objective-c You'll create a component that extends the BluetoothDelegate from the NURAPI.
then you'll start a inventory stream
Because you've registerd the component as event handler you'll recieve a callback to in the component i've created a dispatch queue called
These are a few 'edited' examples from my project maybe it helps. |
How to read user memory from Tag in IOS?
There is no example code in this repository also not available in sample publish in the iTunes app store.
There is any support for user memory?
The text was updated successfully, but these errors were encountered: