SetRTS
status_t SetRTS(bool asserted);
fSerialPort->SetRTS(false);
fSerialPort->SetRTS(true);
fSerialPort->SetRTS(false); // Put the mouse to sleep.