eliaskanelis / rs232

Multiplatform RS232 C driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplatform RS232 C driver

Description

RS-232 for Linux, FreeBSD and windows in C

Credits to original author: Teunis van Beelen

Taken from http://www.teuniz.net/RS-232/

Here you can find code to use the serial port. It has been tested with GCC on Linux and Mingw-w64 on Windows. Handshaking or flowcontrol is not supported. It uses polling to receive characters from the serial port. Interrupt/event-based is not supported.

Dependencies:

Workd on Linux/BSD or Windows

How to build

make

Maintainer

Kanelis Ilias

License

GPL © Kanelis Ilias

About

Multiplatform RS232 C driver

License:GNU General Public License v3.0


Languages

Language:C 94.5%Language:Makefile 5.5%