ComForceXon
This function deasserts flow control to the remote transmitter.
ComForceXon permits the remote transmitter to resume transmission. If XON/XOFF flow control is used,
then ComForceXon sends an XON. If RTS/CTS flow control is used, then the function raises RTS. If DTR/DSR flow
control is used, then the function raises DTR.
If the port does not have a flow control method selected, this function is a no-operation.
- Syntax: err_t far ComForceXon(handle_t Handle)
- Parameters: handle_t Handle - The handle returned via a successful ComOpen.
- Returns: 0 - if successful
Any other value indicates an error condition.
ENOTYOURS - The specified port has not been acquired by the calling
application.
- Comments: ComOpen() must first be called in order to get a valid handle to
the communications port.