nix icon indicating copy to clipboard operation
nix copied to clipboard

adding ioctl implementation of baudrate settings

Open rrichardson opened this issue 4 years ago • 2 comments
trafficstars

This implements cfset*speed for termios using ioctal, so that non-standard baud rates can be set. /closes #1376

rrichardson avatar Jan 18 '21 23:01 rrichardson

I can't get the tests to complete on my linux machines (unrelated to my changes) Many of the socket ones either fail or time-out. I need to test these termios changes more anyways. I just need to make some time to do so, and when I do I'll take a look at the failing socket tests.

rrichardson avatar Feb 12 '21 18:02 rrichardson

Ok. Just go ahead and re-request review once you get the tests working.

asomers avatar Feb 13 '21 03:02 asomers