tio / tio

A serial device I/O tool
https://tio.github.io
Other
2.01k stars 154 forks source link

support for kermit would be very handy (stock u-boot supports kermit protocol only) #276

Open aoand opened 2 months ago

aoand commented 2 months ago

It would be very helpful, if tio supported not only X/Y/Z-Modem, but also in-line kermit transfers. Some u-boot builds support only kermit, and running external executable (like c-kermit) is quite inconvenient and also leads to some diagnostics from u-boot being lost (not displayed in a terminal)

lundmar commented 2 months ago

Yes, calling external transfer tools from tio is not an option either. I want transfer features to be tightly integrated in tio like the current x-modem implementation.