libserial  0.6.0rc3
Todo List
Class PosixSignalDispatcher
Make this a singleton class.
Class SerialPort
The current implementation does not check if another process has locked the serial port device and does not lock the serial port device after opening it. This has been observed to cause problems while using this library while other programs such as minicom are also accessing the same device. It will be useful to lock the serial port device when it is being used by this class.