using external modem

I’m trying to get a external modem to work in qnx4, what kind external
modems does qnx4 support for? like what drivers does qnx4 have?

Just about any Hayes compatible modem will work with QNX4 as long as they
support the “AT” command set. We have had consistant success with U.S.
Robotics Sportster modems. (available thru www.cdw.com)

The standard serial port driver (or any serial port) with the “modem”
command works just fine.

We use the following command in our sysinit file:

tinit -t /dev/con1 -c "modem -b57600 -L -c “login -p -t 30"” -t /dev/ser1
&

Regards,

Jeff
“Ran Zhang” <rzhang@vamcointernational.com> wrote in message
news:dddar9$87o$1@inn.qnx.com

I’m trying to get a external modem to work in qnx4, what kind external
modems does qnx4 support for? like what drivers does qnx4 have?