Nim bindings for libserialport, the cross-platform serial communication library.
This package contains bindings to libserialport for the Nim programming language. libserialport is a minimal, cross-platform library for communication with serial ports.
The following platforms have been built and tested with libserialport 0.2.0:
AndroidFreeBSD- Linux
OpenBSDMacOS XWindows
TODO
TODO
Your package manager may already have the latest version of libserialport available for installation. Please check the libserialport download page for details. If the latest library is not available, follow the instructions on the libserialport wiki to build and install it from source.
Note that on some Linux distributions you may have to copy the generated libserialport.so file into the appropriate location, i.e. to /usr/lib.
TODO
TODO
TODO
This package does not have any dependencies to other Nim packages at this time.
Import the libserialport module from this package to make the bindings available in your project:
import libserialport
Please file an issue, submit a pull request or email us at [email protected] if this package is out of date or contains bugs. For all other issues related to serial port devices visit the libserialport web site below.