tio/man
Martin Lund 8fe5dde4b8 Fix line termination for response wait feature
The response wait feature waited for a line response, a string
terminated with either CR or NL. However, some devices may send a CR and
then their line content and then NL. This means tio will quit before
receiving and printing the line response. To solve this we simply ignore
the CR character and only consider lines terminated with a NL character.

This should work for all devices as lines are AFAIK always terminated
with either CRNL or a NL.
2023-04-20 17:28:43 +02:00
..
meson.build Meson cleanup 2022-02-13 11:07:51 +01:00
tio.1.in Fix line termination for response wait feature 2023-04-20 17:28:43 +02:00
tio.1.txt Update plain text man page 2023-01-05 08:23:09 +01:00