Changes between Initial Version and Version 1 of Ticket #17842, comment 17


Ignore:
Timestamp:
Aug 4, 2022, 5:56:20 PM (3 years ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17842, comment 17

    initial v1  
    88It does calls:
    99
     10{{{
    1011    fSerialPort->SetDataRate(B_1200_BPS);
    1112    fSerialPort->SetDataBits(B_DATA_BITS_7);
     13}}}
    1214
    1315the first time around (due to `fMouseID = kNotSet` on the constructor for the SerialMouse object).