mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add examples of transferring files using gkermit command to sthe man page.
This commit is contained in:
parent
2316c0216a
commit
0d1eaef794
2 changed files with 20 additions and 2 deletions
10
man/tio.1.in
10
man/tio.1.in
|
|
@ -948,6 +948,16 @@ Receive file from device by rz command:
|
||||||
|
|
||||||
$ tio --exec '?rz -b' /dev/ttyUSB0
|
$ tio --exec '?rz -b' /dev/ttyUSB0
|
||||||
|
|
||||||
|
.TP
|
||||||
|
Send file to device by gkermit command:
|
||||||
|
|
||||||
|
$ tio --exec '?gkermit -XSs file' /dev/ttyUSB0
|
||||||
|
|
||||||
|
.TP
|
||||||
|
Receive file from device by gkermit command:
|
||||||
|
|
||||||
|
$ tio --exec '?gkermit -XSr' /dev/ttyUSB0
|
||||||
|
|
||||||
|
|
||||||
.SH "WEBSITE"
|
.SH "WEBSITE"
|
||||||
.PP
|
.PP
|
||||||
|
|
|
||||||
|
|
@ -778,11 +778,19 @@ EXAMPLES
|
||||||
|
|
||||||
Send file to device by sz command:
|
Send file to device by sz command:
|
||||||
|
|
||||||
$ tio --exec "?sz -b file" /dev/ttyUSB0
|
$ tio --exec '?sz -b file' /dev/ttyUSB0
|
||||||
|
|
||||||
Receive file from device by rz command:
|
Receive file from device by rz command:
|
||||||
|
|
||||||
$ tio --exec "?rz -b" /dev/ttyUSB0
|
$ tio --exec '?rz -b' /dev/ttyUSB0
|
||||||
|
|
||||||
|
Send file to device by gkermit command:
|
||||||
|
|
||||||
|
$ tio --exec '?gkermit -XSs file' /dev/ttyUSB0
|
||||||
|
|
||||||
|
Receive file from device by gkermit command:
|
||||||
|
|
||||||
|
$ tio --exec '?gkermit -XSr' /dev/ttyUSB0
|
||||||
|
|
||||||
WEBSITE
|
WEBSITE
|
||||||
Visit https://tio.github.io
|
Visit https://tio.github.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue