Inside M300 RFID reader

The insideM300 driver controls the Inside Contactless M300/R300 2G RFID reader (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 Inside M300/R300 2G reader is attached. If you are using a USB/232 or USB/422 converter, this will be "/dev/ttyUSBx".
  • rate (integer)
    • Default: 9600
    • Baud rate. Valid values are 9600, 19200, 38400, 57600 and 115200.
Example
driver
(
  name "insideM300"
  provides ["rfid:0"]
  port "/dev/ttyS0"
  rate "57600"
)
Author
Radu Bogdan Rusu