Skip to content

Commit

Permalink
m2k_minicom.sh:add example script
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Sep 6, 2018
1 parent a24670d commit f90ff5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/m2k-minicom.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
#
# m2k-minicom.sh: emulate a modem in the comm program "minicom". You
# will need to install minicom if you haven't already.
#
# This script is part of modemu2k
# <https://github.com/theimpossibleastronaut/modemu2k>


TERM=ansi src/modemu2k -e "AT%B0=1%B1=1&W" -c "minicom -l -tansi -con -p %s"

0 comments on commit f90ff5f

Please sign in to comment.