librs232 is a library with implementation of RS232/serial communication protocol. Library is released under the term of LGPL license.
This library has been developed mainly for libbehate and cobehate projects, but it can be used easily standalone.
This library currently supports Linux and Windows RS232/serial stacks.
Build instructions:
Download source
mkdir temp
cd temp
svn checkout https://svn.openbht.org/librs232 librs232
cd librs232
Build
chmod +x autogen.sh
./autogen.sh
./configure --prefix=$PWD/../build
make install
You should have now librs232 compiled under your temp/build directory.
Product's homepage
What's New in This Release: [ read full changelog ]
· Fixed issue with rs232_strbaud() which incorrectly returned bogus number.