One of the nice things about the serial smartboard is that the signal levels can be set to plug right into a microprocessor UART -- normally to connect the output of a UART to a RS232 circuit you would need a signal inverter. However, on the family of microprocessors I use most -- Atmel -- the RTS/CTS signal used for flow control is also inverted. So the RTS signal coming off of the ioBridge is the exact opposite of what CTS on the UART is expecting, and needs to be run through an inverter to implement flow control, even though the RX and TX lines don't need to be. Having the behavior of the RTS line configurable, as the RX and TX lines are, would save a component and simplify circuit design.