libserialport - 串口操作库


LGPL
跨平台
C/C++

软件简介

libserialport 是一个小型的跨平台的共享库,使用 C 语言开发用于提供对串口的读写操作支持。

支持的设备列表:http://sigrok.org/wiki/Supported_hardware

支持的操作系统:

  • Linux
  • Mac OS X
  • FreeBSD
  • Windows
  • Android

构建:

$ git clone https://gitee.com/mirrors/libserialport
$ **./autogen.sh**
$ **./configure**
$ **make**
$ **sudo make install**