Changes between Initial Version and Version 1 of Ticket #17842, comment 17
- Timestamp:
- Aug 4, 2022, 5:56:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17842, comment 17
initial v1 8 8 It does calls: 9 9 10 {{{ 10 11 fSerialPort->SetDataRate(B_1200_BPS); 11 12 fSerialPort->SetDataBits(B_DATA_BITS_7); 13 }}} 12 14 13 15 the first time around (due to `fMouseID = kNotSet` on the constructor for the SerialMouse object).