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

Can not use ACS ACR1252 1S CL Reader #56

Open
prabowomurti opened this issue Dec 6, 2018 · 3 comments
Open

Can not use ACS ACR1252 1S CL Reader #56

prabowomurti opened this issue Dec 6, 2018 · 3 comments
Assignees
Labels

Comments

@prabowomurti
Copy link

I am trying to run the example with npm run example. We are using ACR1252U USB NFC Reader, but when I do plug and tap in a card, the reader can't read with the following errors :

> [email protected] example .../belajar-electron/nfc-reader
> node -r babel-register examples/index.js

2:41:21 PM info ACS ACR1252 1S CL Reader(1)  device attached
2:41:21 PM info ACS ACR1252 1S CL Reader(2)  device attached
2:41:22 PM error ACS ACR1252 1S CL Reader(2)  an error occurred
err: 
2:43:51 PM info ACS ACR1252 1S CL Reader(1)  device removed
[ <1 empty item>,
  Reader {
    _events: { card: [Function], error: [Function], end: [Function] },
    _eventsCount: 3,
    _maxListeners: undefined,
    reader:
     CardReader {
       name: 'ACS ACR1252 1S CL Reader(2)',
       connected: true,
       _events: [Object],
       _eventsCount: 4,
       state: 6 },
    logger:
     { log: [Function: log],
       debug: [Function: debug],
       info: [Function: info],
       warn: [Function: warn],
       error: [Function: error] },
    connection: { type: 2, protocol: 2 },
    card:
     { atr:
        <Buffer 3b df 18 ff 81 f1 fe 43 00 3f 03 83 4d 49 46 41 52 45 20 50 6c 75 73 20 53 41 4d 3b>,
       standard: 'TAG_ISO_14443_4',
       type: 'TAG_ISO_14443_4' },
    autoProcessing: true,
    _aid: 'F222222222',
    _parsedAid: [ 242, 34, 34, 34, 34 ],
    keyStorage: { '0': null, '1': null },
    pendingLoadAuthenticationKey: {} } ]
2:43:51 PM info ACS ACR1252 1S CL Reader(2)  device removed
[ <2 empty items> ]
2:49:20 PM info ACS ACR1252 1S CL Reader(2)  device attached
2:49:21 PM error ACS ACR1252 1S CL Reader(2)  an error occurred
err: 
2:49:26 PM error ACS ACR1252 1S CL Reader(1)  an error occurred
err: 
  name:     GetUIDError
  code:     null
  previous: 
    name:     TransmitError
    code:     failure
    previous: 

Here is some logs when I attached the ARC12U NFC Reader :

2:52:47 PM info ACS ACR122U  device attached
2:52:58 PM error ACS ACR122U  an error occurred
err: 

I use node v10.14.0 and npm 6.4.1. Any clue or advice is appreciated. Thank you.

@pokusew pokusew self-assigned this Dec 27, 2018
@Codelica
Copy link

@prabowomurti did you ever find a solution? We are looking at using this reader also, and am curious if it's working now. Thanks.

@prabowomurti
Copy link
Author

@Codelica Hi James. Unfortunately we left the mistery unsolved and continue our life with other web application. Thank you.

@alba-ado
Copy link

This library works fine with the ACR122U reader but fails to authenticate the blocks using the same code on the ACR1252U card reader. Rest of the functionality works ok, but authentication does not work.

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

No branches or pull requests

4 participants