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
|
|
@ -426,7 +426,7 @@ Toggle line timestamp mode
|
|||
.IP "\fBctrl-t v"
|
||||
Show version
|
||||
.IP "\fBctrl-t x"
|
||||
Send file using the XMODEM-1K or XMODEM-CRC protocol (prompts for file name and protocol)
|
||||
Send file using the XMODEM-1K or XMODEM-CRC or XMODEM-SUM protocol (prompts for file name and protocol)
|
||||
.IP "\fBctrl-t y"
|
||||
Send file using the YMODEM protocol (prompts for file name)
|
||||
.IP "\fBctrl-t ctrl-t"
|
||||
|
|
@ -468,7 +468,7 @@ Returns the tio table.
|
|||
.IP "\fBtio.send(file, protocol)"
|
||||
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.
|
||||
|
||||
.IP "\fBtio.ttysearch()"
|
||||
Search for serial devices.
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ KEY COMMANDS
|
|||
|
||||
ctrl-t v Show version
|
||||
|
||||
ctrl-t x Send file using the XMODEM-1K or XMODEM-CRC protocol (prompts for file name and protocol)
|
||||
ctrl-t x Send file using the XMODEM-1K or XMODEM-CRC or XMODEM-SUM protocol (prompts for file name and protocol)
|
||||
|
||||
ctrl-t y Send file using the YMODEM protocol (prompts for file name)
|
||||
|
||||
|
|
@ -382,7 +382,7 @@ SCRIPT API
|
|||
send(file, protocol)
|
||||
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.
|
||||
|
||||
tty_search()
|
||||
Search for serial devices.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue