mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-18 23:11:18 +03:00
Updated scripts
This commit is contained in:
6
pcasc
Normal file → Executable file
6
pcasc
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./picocom \
|
exec picocom \
|
||||||
--send-cmd="ascii-xfr -sv -l5" \
|
--send-cmd="ascii-xfr -senv -l5" \
|
||||||
--receive-cmd="ascii-xfr -rv" "$@"
|
--receive-cmd="ascii-xfr -rnv" "$@"
|
||||||
|
4
pcxm
Normal file → Executable file
4
pcxm
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec picocom \
|
exec picocom \
|
||||||
--send-cmd="sx -vv" \
|
--send-cmd="sx -b -vv" \
|
||||||
--receive-cmd="rx -vv" "$@"
|
--receive-cmd="rx -b -vv" "$@"
|
||||||
|
4
pcym
Normal file → Executable file
4
pcym
Normal file → Executable file
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec picocom \
|
exec picocom \
|
||||||
--send-cmd="sb -vv" \
|
--send-cmd="sb -b -vv" \
|
||||||
--receive-cmd="rb -vvv" "$@"
|
--receive-cmd="rb -b -E -vv" "$@"
|
||||||
|
Reference in New Issue
Block a user