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


Ignore:
Timestamp:
Aug 4, 2022, 7:39:14 AM (3 years ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17842, comment 13

    initial v1  
    1313In any case, further testing shows that it consistently hangs on [https://cgit.haiku-os.org/haiku/tree/src/add-ons/input_server/devices/serial_mouse/SerialMouse.cpp#n186 Line 186] for me, after reading 3 bytes, the 4th call to `fSerialPort->Read(&c, 1)` never returns (even while being in non blocking mode, and even after the set 200 ms timeout anyway).
    1414
     15[Edit: just to mention that those 3 bytes I get, almost always contain 0x0, except one time I got 0x7F on the first one of those]
     16
    1517Not really sure what is going on with that. I'll try to write a small test case for that reading issues.
    1618