mkapulica / NFC-UID-Keyboard-Emulator

An application that reads RFID/NFC Tag's UID and types it in as a keyboard input (keyboard emulator / keyboard wedge)
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

UID format #4

Open shanxp opened 5 days ago

shanxp commented 5 days ago

Hello, Thanks very much for sharing the code and executable file. It works well on Windows 11. However, I have noticed that the ID doesn't include colon in the middle. For example a NFC reader returns: 04:A3:B4:F6:20:02:89 But this emulator returns: 04A3B4F6200289 Does the colon get stripped off?

Many thanks.