New features
- Add
--auto-reconnect
command line option
- Reconnect to peripheral automatically when it is disconnected.
- You can set pause time before reconnecting and reconnect count. See README.md for more details.
- Add
--help
#22
- Add TTY Resizer
winget install --id YaSuenag.SimpleCom
Breaking changes
- Use
0x05
(ENQ) as a marker for TTY Resizer - if you enable TTY Resizer on SimpleCom, 0x05
means resize request, and it does not propagate to serial session.
- Any chars are not propagated to serial session when resize request is proceeding.
- Any chars are replaced to NUL when resize request is proceeding
Full Changelog
v1.1.0...v1.2.0