Closed dcoles closed 1 year ago
Basic functionality working, but don't have a good way to multiplex serial and TTY I/O.
On Windows, trying to write to a serial port while blocked on a read in another thread seems to also block the write. So for now, resorting to polling.
Basic functionality working, but don't have a good way to multiplex serial and TTY I/O.
On Windows, trying to write to a serial port while blocked on a read in another thread seems to also block the write. So for now, resorting to polling.