tio/man
Martin Lund 97537853a8 Remove options --response-wait, --response-timeout
Remove options and rework input handling so it is possible to do the
same thing but via script which is much more flexible.

These options were always a bit of a hardcoded solution. With the new
script expect feature we can wait for any type of response.

For example, pipe command to serial device and wait for line response within 1 second:

$ echo "*IDN?" | tio /dev/ttyACM0 --script "expect('\r\n', 1000)" --mute
2024-04-13 23:18:25 +02:00
..
meson.build Meson cleanup 2022-02-13 11:07:51 +01:00
tio.1.in Remove options --response-wait, --response-timeout 2024-04-13 23:18:25 +02:00
tio.1.txt Update README 2024-04-12 22:21:35 +02:00