SICK RFI341 RFID reader.
More...
SICK RFI341 RFID reader.
The sickrfi341 driver controls the SICK RFI341 RFID reader (13.56Mhz).
- Compile-time dependencies
- Provides
- Requires
- Configuration requests
- Configuration file options
- port (string)
- Default: "/dev/ttyS0"
- Serial port to which the SICK RFI341 reader is attached. If you are using a USB/232 or USB/422 converter, this will be "/dev/ttyUSBx".
- connect_rate (integer)
- Default: 9600.
- Rate at which we connect to the RFID unit. Valid values are 1200, 2400, 4800, 9600, 19200, 38400, 57600 and 115200.
- transfer_rate (integer)
- Default: 9600.
- Rate at which we want to transfer data from the RFID unit. Valid values are 1200, 2400, 4800, 9600, 19200, 38400, 57600 and 115200.
- debug (integer)
- Default: 0
- Print additional debug informations on screen. Valid values are 0 and 1.
- Example
driver
(
name "skyetekM1"
provides ["rfid:0"]
port "/dev/ttyS0"
connect_rate 9600
transfer_rate 38400
)
- Author:
- Radu Bogdan Rusu