-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1.when I connect acr122s , I use usb-to-serial drivers .It can connect success
using acr122s' sdk.
2. But this project cant run,the console shows:
3. Get factory
Get terminals
There are not terminals.
invalid card terminal
Exception in thread "Timer-0" java.lang.NullPointerException
at it.ismb.npp.SenderToPhone$ThreadSender.run(SenderToPhone.java:109)
at it.ismb.npp.SenderToPhone$InitiatorTask.run(SenderToPhone.java:77)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Is acr122s belong to acr122 series?It's the problem of the reader version or
the usb2serial driver?Since acr122 is hard to buy,how about acr122u ?Thanks!
Original issue reported on code.google.com by lovero...@gmail.com on 10 Jun 2012 at 3:47