steptail.com

Does expecting the unexpected make the unexpected the expected?

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 01:28]
omolini
guides:virtual_modem:script [2019-02-18 01:31]
omolini
Line 3: Line 3:
  
 ===== vmodem.sh ===== ===== vmodem.sh =====
-The main script. This script will open the serial port for communication and execute the dialled ​number as a linux script. ​So if you dial ATD12345, the script will look for a file 12345.sh in the working directory and execute it and output contents to serial ​console. ​+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. ​ 
 +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.
  
-This script can be run standalone, or with the accompanying T1.sh and ppp.sh scripts, which will enable point-to-point serial to ethernet connections. ​+This script can be run standalone, or with the accompanying T1.sh and ppp.sh scripts, which will 
 +enable point-to-point serial to ethernet connections. ​
  
 <code bash vmodem.sh>​ <code bash vmodem.sh>​
Line 19: Line 23:
 # #
 # Tested working out of box with the following host configurations:​ # Tested working out of box with the following host configurations:​
 +#
 # o Standard VT100 terminal # o Standard VT100 terminal
 +# o HyperTerminal
 +# o PuTTY
 # #
 # PPP connectivity will initialize correctly under the following configurations:​ # PPP connectivity will initialize correctly under the following configurations:​
guides/virtual_modem/script.txt · Last modified: 2022-12-28 03:32 by omolini