Peripheral-to-multiport-to-host communication:
When a peripheral device transmits data to the host device through a peripheral port, the data is received and stored in a
If XON/XOFF is enabled and the peripheral device does not respond, 8 characters later the multiport will send an XOFF character, signaling the peripheral device that it cannot accept more data. (However, in reality it can accept another 12 characters before overflowing the buffer.)
When the buffer empties, the multiport will make the CTS line true (positive voltage) and send an XON character (if XON/XOFF is enabled), signaling the peripheral device that it can accept more data.
When the multiport is sending data to the host device through the host port and the host device cannot receive any more data, the multiport will expect to see a false condition on the DTR line or receive an XOFF character.
22