Is there any limitation for tag write password length? Because in C demo, its limited the length of password as 4. But our tag is protected with 8 digit password. Would like to know how to handle the 8 digit password?is it only the modification of 'S...
Tag EPC, User memory Write using STUHFL library. Would like to know the procedure to do the Tag write using ST25RU3993-HPEV. If someone can refer any example project using STUHFL code wrapper of C#, it'll be helpful.
I want to interface the ST25RU3993-HPEV with Bluetooth. Would like to replicate the existing USART(USART2) to USART3. After disabling the LED driving sessions and configuring it for USART, its not working as intended. Request to share the changes nee...
Hi What and all will be the effect of changing the baudrate from 3000000 to 115200?? Is there any reference available on this topic?Suggestions appreciated.
Thanks for the reply. I could able to write 2 byte data to user memory. But the data size to write at single time is 2 bytes. STUHFL_D_MAX_WRITE_DATA_LEN is set to 2. is there any reason behind this? And if we want to write the complete user area, do...