Previous Next Contents

9. How 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.

Test your setserial setting on the command line first, and then when you have them working, put them 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/ttyS3 spd_vhi

Make sure that you are using a valid path for setserial, and a valid device name. You can check the settings of a serial port by running:

setserial -a /dev/ttyS3


Previous Next Contents