Commit graph

189 commits

Author SHA1 Message Date
Martin Lund
ab905d8e0c Update README 2023-04-22 20:41:27 +02:00
Martin Lund
b5ca54c56e Update README 2023-04-15 00:19:17 +02:00
Martin Lund
f5c8d5233c Add tio icon to README 2023-04-08 20:02:32 +02:00
Martin Lund
4f509594d8 Update README 2023-03-31 13:14:11 +02:00
Bill Hass
35c9b40982 Update README with details on snap confinement 2023-01-29 19:34:09 -05:00
Martin Lund
b533312d45 Update README 2023-01-27 21:17:53 +01:00
Martin Lund
ae604d12e2 Update README 2023-01-08 13:58:48 +01:00
Martin Lund
ea7f43e60c Update configuration file documentation
Rename .tiorc to .tioconfig, tiorc to config, etc.
2022-12-17 16:59:37 +01:00
Martin Lund
419fbdc3fa Add key command to toggle log on/off
Add key command 'ctrl-t f' which will toggle log on/off.

If no log filename has been specified via the 'log-filename' option then
tio will automatically generate a new log filename every time the log
feature is toggled on. Meaning, when toggled multiple times, multiple
log files will be generated.

However, if a log filename has been specified, tio will only write and
append to that same file.
2022-11-23 17:24:54 +01:00
Martin Lund
d3ac8e7b1f Update README 2022-11-01 10:49:02 +01:00
Martin Lund
73c1129be7 Update README 2022-10-29 16:50:22 +02:00
Martin Lund
2cba4b863f Update text 2022-10-19 22:44:10 +02:00
Martin Lund
4768db5311 Update README 2022-10-17 13:31:49 +02:00
Martin Lund
d70af20454 Update README 2022-09-18 12:30:55 +02:00
Martin Lund
f2535e4ea0 Update README 2022-09-17 22:57:55 +02:00
Martin Lund
3298ba0f1b Update README 2022-09-16 13:43:51 +02:00
Martin Lund
d06623dd7a Update README 2022-09-16 13:35:23 +02:00
Martin Lund
6c168bcc77 Update README 2022-09-16 13:25:18 +02:00
Martin Lund
512bc410f3 Update README 2022-09-14 19:53:27 +02:00
Martin Lund
52c89ca071 Update README 2022-09-13 17:12:28 +02:00
Martin Lund
33f287e8cf Update README 2022-09-13 17:05:05 +02:00
Martin Lund
167988bf27 Update README 2022-09-13 17:03:59 +02:00
Martin Lund
3e728a223c Update README 2022-09-13 17:01:09 +02:00
Martin Lund
1f19ba1302 Update README 2022-09-13 16:59:34 +02:00
Martin Lund
3fab077a7a Update README 2022-09-13 16:58:28 +02:00
Martin Lund
0131a9a051 Update README 2022-09-13 16:57:15 +02:00
Martin Lund
e7dcd5d034 Update README 2022-09-13 16:56:08 +02:00
Martin Lund
7d597d315b Update README 2022-09-13 16:54:36 +02:00
Martin Lund
0f31f17f5d Update README 2022-09-13 16:43:10 +02:00
Martin Lund
97796395aa Update README 2022-09-13 16:32:25 +02:00
Martin Lund
f43ef9b584 Update README 2022-09-13 16:30:49 +02:00
Martin Lund
529692805c Update README 2022-09-13 16:22:57 +02:00
Martin Lund
76a51a4af3 Update README 2022-09-13 16:19:15 +02:00
Martin Lund
eb95a656b0 Update README 2022-09-13 16:15:58 +02:00
Martin Lund
bf3974c2b6 Update README 2022-09-11 22:31:20 +02:00
Martin Lund
81607424f8 Update README 2022-09-11 20:13:21 +02:00
Martin Lund
137e6111f6 Update README 2022-09-11 11:59:42 +02:00
Martin Lund
16479c8d86 Cleanup 2022-09-11 11:55:19 +02:00
Martin Lund
0afcef807b Cleanup 2022-09-11 00:57:05 +02:00
Martin Lund
a85cfcf3ef Update README 2022-09-10 23:01:28 +02:00
Martin Lund
8afbc1d813 Update README 2022-09-10 18:03:08 +02:00
Martin Lund
0dd703e5a2 Remove MacPorts instructions
Remove instructions for MacPorts because the port has no maintainer and
the port build definition is broken (missing dependency on libinih etc.).

It is recommended to use brew instead.
2022-08-23 12:58:58 +02:00
Martin Lund
d2aafc24cc Update README 2022-08-19 15:47:19 +02:00
Martin Lund
1219c6b8c0 Update README 2022-08-16 05:12:39 +02:00
Martin Lund
e837fd0303 Add line response feature
Add a simple line response feature to make it possible to send e.g. a
command string to your serial device and easily receive and parse a line
response.

This is a convenience feature for simple request/response interaction
based on lines. For more advanced interaction the socket feature should
be used instead.

The line response feature is detailed via the following options:

 -r, --response-wait

Wait for line response then quit. A line is considered any string ending
with either CR or NL character. If no line is received tio will quit
after response timeout.

Any tio text is automatically muted when piping a string to tio while in
response mode to make it easy to parse the response.

 --response-timeout <ms>

Set timeout [ms] of line response (default: 100).

Example:

Sending a string (SCPI command) to a test instrument (Korad PSU) and
print line response:

 $ echo "*IDN?" | tio /dev/ttyACM0 --response-wait
 KORAD KD3305P V4.2 SN:32477045
2022-08-15 19:58:28 +02:00
Martin Lund
614517bfc4 Update README 2022-08-13 22:50:22 +02:00
Martin Lund
f82d2353d4 Update README 2022-08-08 15:08:34 +02:00
Martin Lund
0407436624 Update README 2022-07-27 15:06:32 +02:00
Martin Lund
1fb0cad7b9 Update README 2022-07-25 11:06:08 +02:00
Martin Lund
dd785f9a30 Update README 2022-07-25 11:04:05 +02:00