modem access

Dear all

Under qnx4.25 you used the following

tinit -c " modem -b 19200" -m 10 -t /dev/ser1

to get a modem to answer the serial connection.

There doesn’t appear to be a modem utility in qnxrtp, can anyone enlighten
me further on this.

Rod


Rodney Stevens
CSIRO Minerals

Phone 61 2 97106701
Fax 61 2 97106789
Email r.stevens@minerals.csiro.au

Elan SS s/e 45/7616
http://sites.netscape.net/rodjohnstevens/homepage

Hi Rodney,

At this time, no there isn’t a modem utility under QNX6. However
we do have someone working on it.

Erick.


Rodney Stevens <rodney.stevens@minerals.csiro.au> wrote:

Dear all

Under qnx4.25 you used the following

tinit -c " modem -b 19200" -m 10 -t /dev/ser1

to get a modem to answer the serial connection.

There doesn’t appear to be a modem utility in qnxrtp, can anyone enlighten
me further on this.

Rod


Rodney Stevens
CSIRO Minerals

Phone 61 2 97106701
Fax 61 2 97106789
Email > r.stevens@minerals.csiro.au

Elan SS s/e 45/7616
http://sites.netscape.net/rodjohnstevens/homepage

Thanks Erick for the prompt response.

How does one set up the pppd as a dial up server then, or is there a way of
running pppd directly on the serial port and or could I use auto answer with
a login active on the serial line.

What I want to do is to be able to dial up the qnxrtp box and run phditto or
phindows how can this be done.

“Hardware Support Account” <hw@qnx.com> wrote in message
news:9um11t$3ra$1@nntp.qnx.com

Hi Rodney,

At this time, no there isn’t a modem utility under QNX6. However
we do have someone working on it.

Erick.

Adam

Thanks for the idea.

I will give it a go and see what I can do.

Rod

As an idea, perhaps:

write a chat script that does the expect/send (change to no timeout) like
:

RING ATA
CONNECT <do nothing

Once the chatscripts returns, PPPD can start. Wrap that in a while(1)
script that repeats this process.

-Adam

“Rodney Stevens” <rodney.stevens@minerals.csiro.au> wrote in message
news:9um2q3$cjn$1@inn.qnx.com

Thanks Erick for the prompt response.

How does one set up the pppd as a dial up server then, or is there a way
of
running pppd directly on the serial port and or could I use auto answer
with
a login active on the serial line.

As an idea, perhaps:

write a chat script that does the expect/send (change to no timeout) like :

RING ATA
CONNECT

Once the chatscripts returns, PPPD can start. Wrap that in a while(1)
script that repeats this process.

-Adam