diff options
author | Pavel Vymetálek <pavel@vym.cz> | 2024-01-11 13:44:10 +0100 |
---|---|---|
committer | Pavel Vymetálek <pavel@vym.cz> | 2024-01-11 13:44:10 +0100 |
commit | 9951618476f25d92907510eddd83ab51bbbd58d3 (patch) | |
tree | 388e891829eccc7e43691fb5da7c8c32fac009b7 /CHANGELOG | |
parent | af2ed1c080cc5a8635a498b9dbcc66d230024969 (diff) | |
download | sercp-pc-9951618476f25d92907510eddd83ab51bbbd58d3.tar.gz |
Communication confirmed by Ack messages without hw-flow control
- default confirmation by Ack messages
- still compatible with old .sercp by -l switch for hw flow control
- switch -w is not used when using ack messages
- new switch for turbo speed - 115200Bd. Same as on the Speccy
TODO
- check Ack messages properly
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +2024-01-11 v0.4.0 use new ACK messages instead hw-flow control 2020-05-01 v0.3.5 use gnu99 instead of gnu11, add O_NDELAY to serial port initialization 2020-04-08 v0.3.4 removed hw flow control for mac and bsd 2020-04-06 v0.3.3 fixed progressbar for files smaller than 256 bytes |