[comp.unix.xenix.sco] SCO cu flow control

michael@railnet.nshore.ncoast.ORG (Michael Mitchell) (03/07/91)

I am trying to set up dial-in/dial-out capability on SCO
Xenix 386 2.3.2 with an error-correcting modem (Multi-tech
2400EH).  Ideally, I would like to use RTS/CTS flow control.
Dialing into the Xenix box works fine ... good flow control,
stty shows the expected rtsflow & ctsflow.  The problem is
the dial-out side with cu.  The flow control isn't active.
I would appreciate any ideas to correct this problem.

Michael V. Mitchell
al232@cleveland.Freenet.Edu
michael@railnet.nshore.ncoast.org

root@crash.cts.com (Bill Blue) (03/09/91)

In <7Bqey2w163w@railnet.nshore.ncoast.ORG> michael@railnet.nshore.ncoast.ORG (Michael Mitchell) writes:
}I am trying to set up dial-in/dial-out capability on SCO
}Xenix 386 2.3.2 with an error-correcting modem (Multi-tech
}2400EH).  Ideally, I would like to use RTS/CTS flow control.
}Dialing into the Xenix box works fine ... good flow control,
}stty shows the expected rtsflow & ctsflow.  The problem is
}the dial-out side with cu.  The flow control isn't active.
}I would appreciate any ideas to correct this problem.

Look at the dialTBIT.c dialer at the place were RTSFLOW and CTSFLOW
are applied to an ioctl structure.  Do something similar in the
dialHA24.c dialer (or whichever one you are using for the 2400EH) and
you should be all set.

--Bill