Changes for version 0.004
- Fix performance problem where we ended up polling the COM port in a tight loop. Instead we read one character at a time, which isn't ideal either, but is much better (3-4% CPU usage instead of 95%). Maybe an expert on Device::SerialPort can provide advice on how best to do this.
Modules
Abstract base class for an RFID reader
Abstract base class for readers implemented over a serial connection.
Abstract base class for RFID readers implemented over a TCP connection
Provide basic methods for writing an RFID reader test module
Abstract base class for an RFID tag object