How do you tell chat which serial port to use ?
Main problem, using pppd as described in NAG and the Network HOWTO,
the command immediatly returns to the command line with no apparent
serial io.
Breaking down the command to just chat, yields data output to the
screen. Does PPPD redirect stdin/stdout to the chat command or is
there a method for specifying serial device to chat ? The man pages
don't indicate either.
Note:
echo atdt > /dev/cua3
works.
My pppd command line :
pppd connect 'chat -v "" ATDT*70,5555555 CONNECT "" ogin: mylogin
word: mypass /dev/cua3 38400 debug crtscts modem
I've tried w/ and w/o default route (this shouldn't matter at this
stage).
Jim