UI Flow RFID Face - help needed
-
Hi,
Is there a way to change the RFID lib (or what it's called) to read and write Hex values instead of only string?
Best regards,
Christian -
@christianh if you are use UIFlow. you could trought data type transform to do it (convert hex to dec to string , then save to the RFID Card.) , data read, reverse conversion is performed
-
@m5stack I don’t think that would work, I need it to be written to the card in the raw hex value not in string, since it’s another system, that is going to read it, that will need the correct hex values and not the string converted one.