sickrfi341
[Drivers]
Collaboration diagram for sickrfi341:
- Compile-time dependencies
- none
- Provides
- Requires
- none
- Configuration requests
- none
- 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 )