From: Martin Ling Date: Sat, 30 May 2015 20:03:38 +0000 (+0100) Subject: doc: Provided channel is binary, not necessarily 8-bit. X-Git-Tag: libserialport-0.1.1~21 X-Git-Url: https://sigrok.org/gitweb/?p=libserialport.git;a=commitdiff_plain;h=56fe6e320780ad3fdae6a059a0a8379d850c7e35 doc: Provided channel is binary, not necessarily 8-bit. --- diff --git a/libserialport.h.in b/libserialport.h.in index 4369afa..4f69643 100644 --- a/libserialport.h.in +++ b/libserialport.h.in @@ -201,7 +201,7 @@ * for dealing with serial devices at the OS level; this is exposed through the * termios API and dates to the days when serial terminals were common. If your * code relies on many of these facilities you will need to adapt it, because - * libserialport provides only a raw 8-bit channel with no special handling. + * libserialport provides only a raw binary channel with no special handling. * * The second relates to blocking versus non-blocking I/O behaviour. In * Unix-like systems this is normally specified by setting the O_NONBLOCK