Changes between Initial Version and Version 1 of Ticket #17842, comment 13
- Timestamp:
- Aug 4, 2022, 7:39:14 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17842, comment 13
initial v1 13 13 In 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). 14 14 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 15 17 Not really sure what is going on with that. I'll try to write a small test case for that reading issues. 16 18