Changes between Initial Version and Version 1 of Ticket #17867, comment 2


Ignore:
Timestamp:
Aug 25, 2022, 9:58:55 AM (21 months ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17867, comment 2

    initial v1  
    11It 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.
    22
    3 Another issue (not affecting BSerialPort, but affection usage of tty/pc_serial):
     3Another issue (not affecting BSerialPort, but affecting usage of tty/pc_serial):
    44
    55termios.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).