logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Biblio::RFID::Reader::Serial - base class for serial or serial over TCP RFID readers

Methods

new
       Open serial port (if needed) and init reader

   port
       Tries to open usb serial ports "/dev/ttyUSB*" and serial ports "/dev/ttyS*"

         my $serial_obj = $self->port;

       To try just one device use "RFID_DEVICE=/dev/ttyUSB1" environment variable

       If you want to define serial connection over TCP socket, you have to export enviroment variable
       "RFID_TCP=hostname:port".

Name

       Biblio::RFID::Reader::Serial - base class for serial or serial over TCP RFID readers

See Also

       Biblio::RFID::Reader::3M810

       Biblio::RFID::Reader::CPRM01

       Biblio::RFID::Reader::API

perl v5.36.0                                       2023-05-24                  Biblio::RFID::Reader::Serial(3pm)

See Also