Hello,
mlangenberg wrote:I just bought a few touchatag NFC readers because they are listed No.1 on the page of supported devices.
Which page are you talking ?
http://www.libnfc.org/documentation/har
patibility starts with SCM devices.
BTW, devices listed in first doesn't seems there are best devices...
mlangenberg wrote:But I'm having really big issues with all touchatag readers on multiple computers! I need to kill the pcscd process by hand because the reader 'hangs' all the time.
I have sometimes the same issue under GNU/Linux, but it remains usable.
mlangenberg wrote:So how valid is the statement that this reader is fully supported?
libnfc works perfectly with these devices when PCSC works fine.
More precisely, ACR122U with firmware >= 2.0 and <= 2.06 are bogus. ACR122U with 1.xx version is marked as "should work", which means that device works with pcsc-lite but its not officially supported (i.e. author doesn't have the device or don't spend time to check if this device fully works).
Your Touchatag is an ACR122 with a "custom" ACS 1.xx firmware. You are not affected by the bug you point: I have a ACR122U with 2.04 and I can confirm that this reader doesn't work anymore with pcsc-lite: pcscd (daemon) reject it at connection time.
mlangenberg wrote:So please, could we at least update the hardware section of libnfc.org to warn people about buying touchatag readers?
Sure, please point the concerned page and I will wrote a note.
mlangenberg wrote:What can I do? Update the reader's firmware? Update pcsc-lite? Bypass pcsc-lite? Or should I buy different readers?
* Firmware is not easily updatable, you will need a ST7 programmer and a valid firmware...
* Update pcsc-lite could really improve your experience, if we consider that new release is more stable than previous one.
* Bypass pcsc-lite could be interesting but it will need to rewrote a more powerfull libnfc's driver to handle the actual PCSC part, which is not easy.
* Buy a different reader could be the point if previous actions failed, but you should that none of these devices are bugless...
Romuald Conty