usb device busy (ACR122U-A9)
Hi,
I designed a program which is nanaging ten tags reader . Sometime, when the system starts, and an tag is on a reader, the contactlessFrontend failed and after my reader is busy ; How I can reset the device ? I
best regards,
Stéphane
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- nfcpy Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- BERGER Stéphane
- Solved:
- 2016-10-06
- Last query:
- 2016-10-06
- Last reply:
- 2016-10-06
Unfortunately when a device can not be opened there is no way for nfcpy to send any reset commands. The only way is to cut power, a.k.a. unplug from USB. Some USB hubs allow to set port power state - that would allow this in software. Software like https:/
BERGER Stéphane (s.berger) said : | #2 |
hello,
Thanks, your answer confirms that I read . So I fixed my problem, the issue was I stopped the process which was checking if a tag is here, but without be sure the call to connect was finished . So, a the end, the usb still busy. Then I restarted my programm, the contactlessFrontend failed for this reason.
So now, my process stop when the connect call is finish and all work fine.
thank for all,
Stéphane.