2023-08-17 09:40 AM
Hi!
I have a case where I want to read all tags in area one by one. Issue is that if I call `HLTA` command, even after selecting a tag, all tags in area go to sleep. Is this intended behavior in ISO 14443A protocol or I am doing something wrong?
Hlta -> https://github.com/jspngh/st25r3911b/blob/master/src/lib.rs#L275
Select -> https://github.com/xpresshd/st25r3911b/blob/master/src/lib.rs#L575
Thanks!
Solved! Go to Solution.
2023-08-23 01:54 AM
1. Yes
2. Yes
Now with field restart before WUPA it works as I intended.
Currently I send `Reset` command to turn off field. I was wondering if there is a cleaner way to do it. No field off commands? :)
2023-08-23 03:53 AM
Hi,
our RFAL rfalFieldOff API just clears the rx_en and tx_en bits in the Operation control register.
Rgds
BT