LibSerial 0.0.3 review

Download
by rbytes.net on

LibSerial provides a collection of C++ classes that allow one to access serial ports on POSIX systems like standard C++ iostream obje

License: GPL (GNU General Public License)
File size: 0K
Developer: Manish P. Pagey
0 stars award from rbytes.net

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 search tags