mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
XMODEM-checksum (aka XMODEM-128) and some fixes
Note: XMODEM_SUM refers to the early XMODEM 128bytes/Checksum.
This commit is contained in:
parent
6328dcd3e4
commit
13f86bd18a
3 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ when used in combination with [tmux](https://tmux.github.io).
|
|||
* Useful for reconnecting when serial device has no serial device by ID
|
||||
* Support for non-standard baud rates
|
||||
* Support for mark and space parity
|
||||
* X-modem (1K/CRC) and Y-modem file upload
|
||||
* X-modem (1K/CRC/Checksum) and Y-modem file upload
|
||||
* Support for RS-485 mode
|
||||
* List available serial devices
|
||||
* By device
|
||||
|
|
@ -431,7 +431,7 @@ Returns the `tio` table.
|
|||
|
||||
Send file using x/y-modem protocol.
|
||||
|
||||
Protocol can be any of `XMODEM_1K`, `XMODEM_CRC`, `YMODEM`.
|
||||
Protocol can be any of `XMODEM_1K`, `XMODEM_CRC`, `XMODEM_SUM`, `YMODEM`.
|
||||
|
||||
#### `tio.ttysearch()`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue