terminal line

terminal line

Post by srz » Thu, 25 Jan 2001 18:57:01



how can I send by shell script or perl an AT command to the modem and read
the modems answer?
 
 
 

terminal line

Post by ratz » Thu, 25 Jan 2001 19:26:17



> how can I send by shell script or perl an AT command to the modem and read
> the modems answer?

echo "AT&T" > /dev/whereever_your_modem_is
should work. I haven't been poking around with this for a
long time. Maybe you have to consider perl or expect to
get the error codes and OK's.

HTH,
Roberto Nibali, ratz

--