Reading Input from an USB RFID Card Reader

(kevwe.com)

24 points | by kevwedotse 2 days ago

1 comments

  • ranger_danger 4 hours ago
    I am very interested in an RFID reader that acts as a keyboard like the author describes, but for some reason they don't specify which reader the entire article is about.

    Does anyone know, or know of one that acts similarly?

    • tux1968 3 hours ago
      The Chameleon Ultra V2.0 open source project [1] can be configured to "Reader-to-HID" which should give you what you want. You can build your own, or buy one of many pre-built options [2]

      [1] https://github.com/RfidResearchGroup/ChameleonUltra/wiki

      [2] for example: https://www.aliexpress.com/item/1005009580619682.html

    • _Microft 3 hours ago
      That should be the most common behavior. Barcode readers work the same. In the past, you even plugged barcode scanners between keyboard and PC and they injected the key codes of the detected code into that.
      • ranger_danger 3 hours ago
        The ones I have tried in the past, at least under Windows, only seem to have support for the PC/SC Smartcard API, so you typically need a specialized application to use them, unless it's just for logging in to Windows itself, but I'm more interested in logistical/asset tracking purposes.