summaryrefslogtreecommitdiffstats
path: root/libraries/libserialport/README
diff options
context:
space:
mode:
author Andrzej Telszewski2015-07-25 03:15:22 +0200
committer Willy Sudiarto Raharjo2015-07-25 03:15:22 +0200
commit48b4068b06fab6ef0685635eae3d8f27969b9cd6 (patch)
treefbbbbd173ee48cc9b6faaf506dc8abc475cd360e /libraries/libserialport/README
parenta3cbf9be1cd23487d59c72139608ab2c6a8b48b5 (diff)
downloadslackbuilds-48b4068b06fab6ef0685635eae3d8f27969b9cd6.tar.gz
libraries/libserialport: Added (cross-platform serial port library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libserialport/README')
-rw-r--r--libraries/libserialport/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/libserialport/README b/libraries/libserialport/README
new file mode 100644
index 0000000000..9f81e36ccf
--- /dev/null
+++ b/libraries/libserialport/README
@@ -0,0 +1,3 @@
+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.