https://github.com/malcolmmielle/libserial
https://github.com/malcolmmielle/libserial
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcolmmielle/libserial
- Owner: MalcolmMielle
- License: gpl-2.0
- Created: 2014-05-03T14:39:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T14:40:48.000Z (over 11 years ago)
- Last Synced: 2025-01-23T00:41:31.701Z (9 months ago)
- Language: Shell
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
libserial
------------------------------------------------------------This library can be used to access the serial ports on POSIX
systems. You will need the latest gcc release (anything after gcc-3.2
should work) to compile libserial.When you have installed the above tools, run the following commands:
------------------------------------------------------------
./configure
make
make install
------------------------------------------------------------Note: The html documentation will not be installed by "make
install". I will fix this in the future release.This is an alpha release. Things may not work as expected.
Please send comments, suggestions, bugs to pagey@san.rr.com.
Enjoy,
Manish P. Pagey