Skip to content

v1.2.0

Compare
Choose a tag to compare
@YaSuenag YaSuenag released this 23 Jul 12:07
· 57 commits to master since this release

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

Install via Windows Package Manager

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