digiboard - how to disable HW flow control and set speed into 9600

I am using a AccelePort 16xem on LINUX redhat ES V3 and I have serious problems to make it work.

I am connecting a card reader on the serial port and not a simple modem.

It seems that I have a problem concerning the HW flow control and port speed setting.

I want to disable it and set the speed into 9600, how is it possible?

Regards
Ashik.TM

The default baud rate for serial ports in Linux is 9600, so this doesn’t need to be changed.

To deactivate flow control, use our ditty command:

ditty -crtscts -ixon -ixoff ttyx##

Do not use mgetty on the ports as it forces h/w flow control on the ports.