1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-18 23:11:18 +03:00

Updated scripts

This commit is contained in:
Nick Patavalis
2015-08-25 20:46:02 +03:00
parent c560a119e9
commit 31e1a13e22
4 changed files with 9 additions and 9 deletions

6
pcasc Normal file → Executable file
View 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
View 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
View 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" "$@"

4
pczm Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
exec picocom \ exec picocom \
--send-cmd="sz -vv -b" \ --send-cmd="sz -b -vv" \
--receive-cmd="rz -vvv -b" "$@" --receive-cmd="rz -b -E -vv" "$@"