LibSerial 0.0.3 review
DownloadLibSerial provides a collection of C++ classes that allow one to access serial ports on POSIX systems like standard C++ iostream obje
|
|
LibSerial provides a collection of C++ classes that allow one to access serial ports on POSIX systems like standard C++ iostream objects.
Member functions are provided for setting various parameters of the serial ports such as the baud rate, character size, flow control and others. LibSerial's idea is to simplify serial port programming on POSIX systems.
When you have installed the above tools, run the following commands:
Installation:
./configure
make
make install
Note: The html documentation will not be installed by "make install". I will fix this in the future release.
LibSerial 0.0.3 keywords