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

Detect acr122l USB version with LCD #69

Open
Ionut-Milas opened this issue Feb 4, 2019 · 3 comments
Open

Detect acr122l USB version with LCD #69

Ionut-Milas opened this issue Feb 4, 2019 · 3 comments

Comments

@Ionut-Milas
Copy link

Hi @pokusew !
First of all I want to thank you for this great library.
I am using in another project and it works great.
I have a new use case where I need to connect to and ACR122L - USB version ( https://www.acs.com.hk/en/products/144/acr122l-visualvantage-serial-nfc-reader-with-lcd/ )

However the lib does not detect the reader.
I am able to detect the reader with this library: usb-detection.
Here is the output:

{ locationId: 336592896,
    vendorId: 1839,
    productId: 8710,
    deviceName: 'ACR1222L 3S CL Reader',
    manufacturer: 'ACS',
    serialNumber: '',
    deviceAddress: 27 }

I know that supporting this device in your library is a far fetch, but perhaps you can offer some guidance on how to proceed.

Thank you!

@craftbyte
Copy link

craftbyte commented Feb 10, 2019

Hey there,
Do you see the reader as a PCSC device? It being detected as a USB device does not mean it is necessarily also a PCSC reader.
Thanks

@Franx0
Copy link

Franx0 commented Feb 13, 2019

@Ionut-Milas have you installed all the needed drivers (https://www.acs.com.hk/en/products/144/acr122l-visualvantage-serial-nfc-reader-with-lcd/#downloads). I guess so cause another project of yours is working fine but I'm working with that device and it's working fine, it's weird.

@Ionut-Milas
Copy link
Author

Hi guys,
It detected it after I installed the drivers.
@Franx0 were you able to control the LED's and LCD scroll ?
i am able to read/write a card and display a message on the LCD.

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