From: Martin Ling Date: Sun, 2 Feb 2020 10:57:27 +0000 (+0000) Subject: Add remaining examples to examples/README. X-Git-Tag: libserialport-0.1.2~24 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=7b0686ed58811b9cd7d78701887900bfe556f6b0;p=libserialport.git Add remaining examples to examples/README. --- diff --git a/examples/README b/examples/README index ee89cc2..6c3090c 100644 --- a/examples/README +++ b/examples/README @@ -4,6 +4,10 @@ The examples currently included are: list_ports.c - displays a list of ports on the system. port_info.c - displays info about a particular port on the system. +port_config.c - sets and displays configuration settings on a port. +send_receive.c - loopback test sending & receiving data on 1 or 2 ports. +await_events.c - awaits receive events on multiple ports simultaneously. +handle_errors.c - demonstrates handling errors returned from the library. The programs themselves are completely OS-independent, and require only a C compiler and libserialport.