Difference between revisions of "Libserialport"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) (Created page with "{{DISPLAYTITLE:libsigrok}} '''libserialport''' is a minimal, cross-platform shared library written in C that is intended to take care of the OS-specific details when writing s...") |
Uwe Hermann (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:libserialport} | ||
'''libserialport''' is a minimal, cross-platform shared library written in C that is intended to take care of the OS-specific details when writing software that uses serial ports. | '''libserialport''' is a minimal, cross-platform shared library written in C that is intended to take care of the OS-specific details when writing software that uses serial ports. | ||
Revision as of 11:35, 15 November 2013
{{DISPLAYTITLE:libserialport} libserialport is a minimal, cross-platform shared library written in C that is intended to take care of the OS-specific details when writing software that uses serial ports.
It is licensed under the terms of the GNU Lesser General Public License, version 3 or later.
Supported operating systems
- Linux
- Mac OS X
- Windows
Getting the code
$ git clone git://sigrok.org/libserialport
You can also browse the source code via gitweb.
Requirements
- libudev (only neded on Linux)
- There are no dependencies at all on other OSes.
Building from source
$ ./autogen.sh $ ./configure $ make $ sudo make install