[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: seems harder than it is



"Bob T. Kat" wrote:
> Now I've never dialed a modem by hand from linux, in dos I could do it
> with just echo atdt 9,5555555 > com2    so if I do need to initialize
> the modem first then would the string be echo at,atdt 9,5555555 >
> /dev/ttyR5

You need to set the line discipline first. Try the 'stty' command, as in

   stty 9600 </dev/ttyR5

You will need to set things like speed, word size, parity bits, and flow
control (in-band via xon/xoff or out-of-band via hardware (dtr)).

You could also muck with your /etc/ttytype file and the system will use
those for defaults.

Showing my age here...

Mike808/
-- 
perl -le "$_='7284254074:0930970:H4012816';tr[0->][ BOPEN!SMUT];print"

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.