Previous Next Contents

10. Setting serial device addressesHow do I set up my serial ports for higher speeds? What speed should I use with my modem?

This section should help you figure out what speed to use when using your modem with a communications program, or with a getty program.

Put your modifications into /etc/rc.d/rc.serial or /etc/rc.d/rc.local so that they are done at startup. In my /etc/rc.d/rc.local, I set ttyS3 to 115200 bps by doing:

/sbin/setserial /dev/cua3 spd_vhi


Previous Next Contents