2013-09-25 07:57 AM
occasionally when I send a
CR95HFDll_SendReceive
command, I get error code 4 back. 5 I understand - the USB is not connected, so I simply reconnect, but 4 is a communication error. How can I recover from this in my program? (it does not matter whether a tag is there or now) as currently the only way I can do it is by resetting the computer or running the ST M24LRxx application. #cr95hf #select-protocolSolved! Go to Solution.
2013-09-26 05:23 AM
Hello,
Due to answer 4 or 5, it might be linked to the USB that has lost the control.In the software, when you are connecting again the DEMO-CR95HF-A to the USB with the command « reconnect », the DEMO-CR95HF-A is connected again to the computer.
The issue might be linked to the protocol selection used (ISO 15693 protocol_select), has been lost.You might try the procedure to “reconnect�? with a select protocol procedure in order to be sure the CR95HF is well configured.
I hope this might help you, Best regards, Have a nice day, ST NFC/RFID Dynamic tag support2013-09-26 05:23 AM
Hello,
Due to answer 4 or 5, it might be linked to the USB that has lost the control.In the software, when you are connecting again the DEMO-CR95HF-A to the USB with the command « reconnect », the DEMO-CR95HF-A is connected again to the computer.
The issue might be linked to the protocol selection used (ISO 15693 protocol_select), has been lost.You might try the procedure to “reconnect�? with a select protocol procedure in order to be sure the CR95HF is well configured.
I hope this might help you, Best regards, Have a nice day, ST NFC/RFID Dynamic tag support2013-10-01 06:31 AM
Hi there,
yes you are correct. resetting the protocol gets rid of the problem. Thanks for your help, it's really appreciated!