-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Import project to Eclipse (and follow instructions about error display)
2. Run as ... Java Application
What is the expected output? What do you see instead?
Expected: Something like "Connection established"
Instead:
Get factory
Get terminals
Terminal name: ACS ACR122 0
Exception in thread "Timer-0" java.lang.NullPointerException
at it.ismb.snep.SenderToPhone$ThreadSender.run(SenderToPhone.java:104)
at it.ismb.snep.SenderToPhone$InitiatorTask.run(SenderToPhone.java:73)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Device not supported, only ACS ACR122 is supported now
What version of the product are you using? On what operating system?
Latest version.
OS: Win7 x64
Please provide any additional information below.
No specific information available, I think. We are using the ACS ACR-122U-A9
device (and a Galaxy S with CM10).
Original issue reported on code.google.com by Achim.Skuta on 14 Feb 2013 at 10:00