From 56fe6e320780ad3fdae6a059a0a8379d850c7e35 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sat, 30 May 2015 21:03:38 +0100 Subject: [PATCH] doc: Provided channel is binary, not necessarily 8-bit. --- libserialport.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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