Writing multiple tag without removing USB SCL3711

Asked by Constance de Quatrebarbes

Hello,

I'm implementing a new system to write NDEF message on tag using nfcpy. But I discovered that I have to disconnect my USB Reader every time I run the programm shown in example.
I try to implement properly the close function but still no way to do without disconnecting/reconnecting.

I precise that with libnfc I don't have the problem.
Is someone able to help me?

Thanks in advance

Question information

Language:
English Edit question
Status:
Solved
For:
nfcpy Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen Tiedemann
Solved:
Last query:
Last reply:
Revision history for this message
Stephen Tiedemann (stephen-tiedemann) said :
#1

What reader are you using? Have you already tried with examples/tagtool.py and does it show the same problem?

Revision history for this message
Constance de Quatrebarbes (4barbes) said :
#2

Hello
My USB RFID Reader is = SCM SCL371 (FeliCa) conformed ISO14443
the standard one

Revision history for this message
Best Stephen Tiedemann (stephen-tiedemann) said :
#3

It should be working now with revision 171. A USB device reset at beginning of conversation cause the error at second time, though only for readers with PN533 chipset and NXP firmware. Thanks for discovering.

Revision history for this message
Constance de Quatrebarbes (4barbes) said :
#4

Perfect ! Thanks for the fix !

Revision history for this message
Constance de Quatrebarbes (4barbes) said :
#5

Thanks Stephen Tiedemann, that solved my question.