<< Previous | Next >>

serXflowcontrolOff

void serXflowcontrolOff( void ); /* where X is A-F */

Description

Turns off hardware flow control for serial port X. A call to serXopen() must be made before calling this function. This function is non-reentrant.

The functions serEflowcontrolOff() and serFflowcontrolOff() may be used with the Rabbit 3000 and Rabbit 4000.

NOTE Alternatively you can use another form of this function that has been generalized for all serial ports. Instead of substituting for "X" in the function name, the prototype of the generalized function is: serXflowcontrolOff(int port), where "port" is one of the macros SER_PORT_A through SER_PORT_F.

Library

RS232.LIB


Dynamic C Functions << Previous | Next >> rabbit.com