2021-04-14 10:27 PM
Hello
We are currently developing nfc with 'ST25R3916-DISCO'.
Software is using STSW-ST25R011.
I got curious as I analyzed the code.
Can I change the command of read/write?
ex) write
command : A2 04 ...Hello
We are currently developing nfc with 'ST25R3916-DISCO'.
Software is using STSW-ST25R011.
I got curious as I analyzed the code.
Can I change the command of read/write?
ex) write
command : A2 04 ... <- I'd like to change or use the command myself.
I'll be waiting for your answer.
Thank you.
Solved! Go to Solution.
2021-04-15 12:43 AM
Hi LJooS.1,
not sure if I understand your question. There are commands over USB (interpreted by dispatcher.c in FW) which will allow to send specific commands for the various protocols and technologies. You are completely free to change these commands and structures to your own if you modify both FW and GUI. Then on the firmware this command is translated into an actual frame/command over NFC.
Doing some guess-work on your mentioned command:
Best Regards, Ulysses
2021-04-15 12:43 AM
Hi LJooS.1,
not sure if I understand your question. There are commands over USB (interpreted by dispatcher.c in FW) which will allow to send specific commands for the various protocols and technologies. You are completely free to change these commands and structures to your own if you modify both FW and GUI. Then on the firmware this command is translated into an actual frame/command over NFC.
Doing some guess-work on your mentioned command:
Best Regards, Ulysses