Skip to content
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

Open
ollietb opened this issue Jan 28, 2019 · 3 comments
Open

Unique ID #67

ollietb opened this issue Jan 28, 2019 · 3 comments

Comments

@ollietb
Copy link

ollietb commented Jan 28, 2019

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.

@celevra
Copy link

celevra commented Apr 18, 2019

have you ever found a solution to that problem?
where did you get the interface numbers from?

@ollietb
Copy link
Author

ollietb commented Apr 18, 2019

No we had to go with a different solution in the end

@andreykats
Copy link

This is not really a good solution but nfc-pcsc does assign unique device name when attaching additional devices.
image

The names do get reassigned when reattaching the usb devices the devices so we need to find a better solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants