Use this procedure to configure a Digi device for a Dial-in/Dial-out modem connection. Configuring a device for a modem requires familiarity with both the operating system and the modem being used. While the following procedure is sufficient for most cases, it may be necessary to take additional steps to properly configure your modem or to set up the operating system for a specific application.
chown uucp:uucp /dev/ttyaa00
where
ttyaa00 is the name of the device.
cu -l /dev/ttyaa00 -s 38400
where ttyaa00 is the name of the non modem control device for the port.
ats0=1
at&w
~.
ditty-rp rtspace ctspace /device
where /device is the name of the Digi device. Insert the command in a startup file so it remains in effect after a reboot.
Alternately, use a gettydef entry that uses hardware flow control (see the next step)
Example:
An example of an mgetty modem script which is available both in RedHat and Debian is:
T3:23:respawn: /sbin/mgetty -x0 -s 115200 ttyaa00
where ttyaa00 is the name of the device.
init q