Computer (in QNX4) uses modem through commands:
tinit -c “/bin/modem -R1 -b 57600 -i"AT&d3” -L " -T /dev/ser1 &
What solution of this is in QNX6 ?
Computer (in QNX4) uses modem through commands:
tinit -c “/bin/modem -R1 -b 57600 -i"AT&d3” -L " -T /dev/ser1 &
What solution of this is in QNX6 ?
Take a look at modem_open()/read()/write()/script()
–
Cheers,
Adam
With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>
“Stanislav Ivan” <sivan@microstep-hdo.sk> wrote in message
news:3d2eec69@asrpx.mshdo…
Computer (in QNX4) uses modem through commands:
tinit -c “/bin/modem -R1 -b 57600 -i"AT&d3” -L " -T /dev/ser1 &
What solution of this is in QNX6 ?
We made a quick test portation of QNX4 modem.c utility to QNX6.
If you are interested to improve it, I will send source to you.
“Adam Mallory” <amallory@qnx.com> pí¹e v diskusním pøíspìvku
news:agutsj$hno$1@nntp.qnx.com…
Take a look at modem_open()/read()/write()/script()
–
Cheers,
AdamQNX Software Systems Ltd.
[ > amallory@qnx.com > ]With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <> pschon@baste.magibox.net
“Stanislav Ivan” <> sivan@microstep-hdo.sk> > wrote in message
news:> 3d2eec69@asrpx.mshdo> …
Computer (in QNX4) uses modem through commands:tinit -c “/bin/modem -R1 -b 57600 -i"AT&d3” -L " -T /dev/ser1 &
What solution of this is in QNX6 ?
\
“Jiøí Kristek” <jkristek@retia.cz> wrote in message
news:ah0ish$mvd$1@inn.qnx.com…
We made a quick test portation of QNX4 modem.c utility to QNX6.
If you are interested to improve it, I will send source to you.
I am interested in it. Send me it, please. Thank you
Stano
I did a similar thing, but the main problem is that tinit did not support
calling modem, so you have to overcome this by writing your own script to
run modem and then launch what you want to run on the port, be it a shell or
pppd etc.
If you only want to run pppd then using chat with a timeout = 0 is the way
to go.
Rod
“Stanislav Ivan” <sivan@microstep-hdo.sk> wrote in message
news:3d33d585$1@asrpx.mshdo…
“Jiøí Kristek” <> jkristek@retia.cz> > wrote in message
news:ah0ish$mvd$> 1@inn.qnx.com> …
We made a quick test portation of QNX4 modem.c utility to QNX6.
If you are interested to improve it, I will send source to you.
I am interested in it. Send me it, please. Thank youStano