Changes between Initial Version and Version 1 of Ticket #17867, comment 2
- Timestamp:
- Aug 25, 2022, 9:58:55 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17867, comment 2
initial v1 1 1 It seems TCWAITEVENT is a BeOS-only ioctrl. I guess BSerialPort was written on BeOS (way before Haiku's pc_serial/tty), and it worked there. It's, AFAICT, unsupported on Haiku. 2 2 3 Another issue (not affecting BSerialPort, but affecti onusage of tty/pc_serial):3 Another issue (not affecting BSerialPort, but affecting usage of tty/pc_serial): 4 4 5 5 termios.tcdrain() is also broken on Haiku (termios.c tries to be compatible with BeOS using an TCSBRK ioctrl with a value of 1 to signify: "wait til all output is written", but the tty and serial drivers do not follow that convention, and just issue a TTYSETBREAK).