Skyetek M1 RFID reader

The skyetekM1 driver controls the SkyeTek M1/M1-mini RFID readers (13.56Mhz). Currently, only ISO 15693 tags are supported.

Compile-time dependencies
  • none
Provides
  • interface_rfid
Requires
  • none
Configuration requests
  • PLAYER_RFID_REQ_POWER
  • PLAYER_RFID_REQ_READTAG
  • PLAYER_RFID_REQ_WRITETAG
  • PLAYER_RFID_REQ_LOCKTAG
Configuration file options
  • port (string)
    • Default: "/dev/ttyS0"
    • Serial port to which the SkyeTek M1/M1-mini reader is attached. If you are using a USB/232 or USB/422 converter, this will be "/dev/ttyUSBx".
  • speed (integer)
    • Default: 9600
    • Baud rate. Valid values are 9600, 19200, 38400 and 57600.
Example
driver
(
  name "skyetekM1"
  provides ["rfid:0"]
  port "/dev/ttyS0"
  speed "9600"
)
Author
Radu Bogdan Rusu