steptail.com

If I try to fail, but succeed, which one did I do?

User Tools

Site Tools


guides:virtual_modem:script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
guides:virtual_modem:script [2019-02-18 02:16]
omolini
guides:virtual_modem:script [2019-11-18 23:54]
omolini [2.sh]
Line 4: Line 4:
 ===== vmodem.sh ===== ===== vmodem.sh =====
 The main script. This script will simulate a modem by answering to standard Hayes commands. ​ The main script. This script will simulate a modem by answering to standard Hayes commands. ​
-It will open the serial port for communication and execute the dialed number as a linux script. ​+It will open the serial port for communication and execute the dialed number as a linux shell script, however you could probably use any execututable with minor modification.
 For example, if you issue the command ATD12345, the script will look for a file 12345.sh in  For example, if you issue the command ATD12345, the script will look for a file 12345.sh in 
 the working directory and execute it and output contents to console. the working directory and execute it and output contents to console.
Line 370: Line 370:
 echo "​---------------------"​ echo "​---------------------"​
 echo echo
-echo "You have just successfully ​dialled ​this virtual box!"+echo "You have just successfully ​dialed ​this virtual box!"
 echo echo
 echo "​Please enter your name: " echo "​Please enter your name: "
guides/virtual_modem/script.txt · Last modified: 2022-12-28 03:32 by omolini