Martin Lund
5b82c710f1
Simplify tty_write()
2022-07-11 09:12:56 +02:00
Martin Lund
52446f4d62
Update AUTHORS
2022-07-11 01:19:31 +02:00
Martin Lund
8ccd52e9f3
Merge pull request #155 from MyMiscSWproJ/master
...
Additional commands: EOL delay, lower to upper translation, added mar…
2022-07-11 01:17:22 +02:00
Robert Snell
8532388b7e
Merge branch 'master' of https://github.com/MyMiscSWproJ/tio
2022-07-10 18:51:15 -04:00
Robert Snell
f459a462c5
Fixed indentation in configfile.c, tty.c, options.c
2022-07-10 18:14:29 -04:00
MyMiscSWproJ
232c94eb79
Delete token.txt
...
should never have been uploaded. Novice mistake.
2022-07-10 14:16:40 -04:00
Robert Snell
1c29aac9fa
fixed indentation in configfile.c
2022-07-10 14:06:22 -04:00
Robert Snell
944ee9173b
Additional commands: EOL delay, lower to upper translation, added mark parity
...
Added command line options:
-O, --eol-delay to have a separate delay for end of line
-U, --upper to enable translation of lower case alpha to upper case
Added ability to set mark parity.
Added ctrl-t U key sequence to allow enable/disable lower case alpha to
upper case during a session.
Updated Man page with command line options, ctrl-t sequences and
configuration file options.
Updated README.md, with above information.
2022-07-09 21:22:43 -04:00
Martin Lund
dbdb84743f
Bump version
2022-07-09 16:00:34 +02:00
Martin Lund
cf0d27e5b6
Bump version date
2022-07-09 15:44:19 +02:00
Martin Lund
290ffb7a41
Update NEWS
2022-07-09 15:40:30 +02:00
Martin Lund
9c498140de
Update TODO
2022-07-08 10:19:33 +02:00
Martin Lund
d08758f247
Update AUTHORS
2022-07-07 21:05:45 +02:00
Martin Lund
6503963e4a
Merge pull request #154 from gtjoseph/master_for_upstream
...
Add Pulse DTR command
2022-07-07 21:02:58 +02:00
George Joseph
f24cee61e7
Add Pulse DTR command
...
MCUs like the ESP32 can be reset if the serial port DTR line is
pulsed for a short time. You could just type CTRL-t d CTRL-t d
but that's a little awkward since you have to lift your finger
off the CTRL key to type the Ds. Now you can just type CTRL-T D.
* Added new command "D" to pulse the DTR line. I.E. Toggle its
state twice with a configurable duration between toggles.
* Added new config/command line option "--dtr-pulse-duration"
to set the duration between the DTR state toggles. The default
is 100ms.
2022-07-07 12:45:29 -06:00
Martin Lund
a717631207
Improve description of socket option
2022-07-07 14:00:56 +02:00
Martin Lund
4e7456a9fc
Rename ChangeLog to NEWS
2022-07-07 00:12:23 +02:00
Martin Lund
55f82c9a20
Update tio demo gif
2022-07-06 20:09:27 +02:00
Martin Lund
e5d71a5e51
Update README
2022-07-06 16:28:49 +02:00
Martin Lund
e53b69afbd
Update doc
2022-07-06 16:25:15 +02:00
Martin Lund
167a19fcdd
Update README
2022-07-06 15:08:35 +02:00
Martin Lund
36e091842e
Update README
2022-07-06 14:58:17 +02:00
Martin Lund
736c1ed003
Update README
2022-07-06 14:51:25 +02:00
Martin Lund
028bd34cbe
Update README
2022-07-06 14:46:28 +02:00
Martin Lund
dc1b3a3549
Cleanup
2022-07-06 13:40:56 +02:00
Martin Lund
5ed5f0ae7d
Update tio demo gif
2022-07-06 13:35:02 +02:00
Martin Lund
72fd2f2980
Fix timestamp configuration state
2022-07-06 13:22:19 +02:00
Martin Lund
8b6a0cf63c
Update TODO
2022-07-05 23:28:23 +02:00
Martin Lund
f83e81e5db
Fix default timestamp
2022-07-05 18:57:03 +02:00
Martin Lund
6a1d4838da
Update bash completion
2022-07-05 17:47:20 +02:00
Martin Lund
683aab1dc7
Do not expose timestamp-format 'none' option
...
Do not expose the 'none' timestamp-format option. It is and internal
state used when timestamp is disabled.
2022-07-05 17:34:49 +02:00
Martin Lund
d598fa76a7
Fix timestamp miliseconds bug
2022-07-05 17:00:32 +02:00
Martin Lund
a56db8744b
Improve error message
2022-07-05 16:49:31 +02:00
Martin Lund
62d9b5fb5c
Remove timestamp format warning
2022-07-05 16:37:10 +02:00
Martin Lund
4cb7eaf48d
Update man page
2022-07-05 16:16:31 +02:00
Martin Lund
d1733fc090
Update man page
2022-07-05 16:11:57 +02:00
Martin Lund
732c0c3f89
Add '24hour-delta' timestamp option
...
When enabled this option will timestamp new lines with the time elapsed
since the line before.
This is a very useful feature to identify which events takes the most
time.
2022-07-05 16:05:38 +02:00
Martin Lund
eecfa6485c
Bump version
2022-07-04 22:58:34 +02:00
Martin Lund
835effd3e9
Update ChangeLog
2022-07-04 22:42:15 +02:00
Martin Lund
3243dfa55c
Update man page
2022-07-04 21:44:54 +02:00
Martin Lund
458ebc251d
Update AUTHORS
2022-07-04 21:22:18 +02:00
Martin Lund
bd9ea4a295
Update man page
2022-07-04 20:50:10 +02:00
Martin Lund
eb24e7215b
Merge pull request #152 from sly74fr/feature/macos_socket_build
...
Add missing 'string.h' include.
2022-07-04 17:56:21 +02:00
Martin Lund
e426323d93
Bump version
2022-07-04 17:49:28 +02:00
Martin Lund
44e99ffcb0
Merge pull request #151 from ZeroMemoryEx/master
...
handle malloc failure
2022-07-04 17:44:20 +02:00
Sylvain LAFRASSE
16d6807de7
Add missing 'string.h' include.
2022-07-04 17:34:38 +02:00
V2
c10c47343e
Update configfile.c
2022-07-04 16:31:32 +01:00
Martin Lund
daa8cd39f3
Update version date
2022-07-04 17:06:18 +02:00
Martin Lund
5d62c2947b
Update ChangeLog
2022-07-04 16:44:32 +02:00
Martin Lund
58568ed630
Update man page
2022-07-04 15:45:28 +02:00