QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
How can I have the modem answer calls in QNX4? automatically? |
Ref. No. |
QNX.000004179 |
Category(ies) |
Utilities, Configuration |
Issue |
How can I have the modem answer calls automatically and connect to QNX4?
|
Solution |
Set up consoles /dev/con1 and /dev/con2 to have login -p started on them immediately, and the serial port /dev/ser1 to have modem started on it:
tinit -t con1 con2 -c "modem -b 19200 -L" -t ser1 &
If fyou wish more information on "tinit" utility, go to our Utilities Reference. http://support.qnx.com/support/docs/qnx4/utils/t/tinit.html |
|