serial icon indicating copy to clipboard operation
serial copied to clipboard

ASYNC_LOW_LATENCY support

Open Thordreck opened this issue 5 years ago • 1 comments

Hi, I noticed that there's no way (at least that I know of) to somehow access the file descriptor directly or to set flags in the TIOCSSERIAL ioctl call. I'm asking this because recently I had to set ASYNC_LOW_LATENCY to reduce latency considerably. Is there any way for users to specify flags that I'm not aware of?

Thanks!

Thordreck avatar Aug 07 '19 15:08 Thordreck

No unfortunately there is not. Probably because there wasn't a good way to do this in a portable way, but maybe that's not so important. It is something that is worth adding though I think.

wjwwood avatar Jun 10 '21 22:06 wjwwood