-
Notifications
You must be signed in to change notification settings - Fork 135
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
Unique ID #67
Comments
have you ever found a solution to that problem? |
No we had to go with a different solution in the end |
Just had a similar issue, this might help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there
I'm creating an Electron app with 4 NFC readers attached. I am wondering whether there is a way of getting a unique ID per reader, so that I can tell which read has come from which device, even if I unplug and re-plug them back into a different USB port? At the moment I can see that the only unique identifier is the "Interface 1", "Interface 2" on the reader object, but that will change if I change the USB ports.
The text was updated successfully, but these errors were encountered: