Re: serial 16550A rx_timeout

2022-05-05 Thread C Smith via Xenomai
On Wed, May 4, 2022 at 11:31 PM Richard Weinberger wrote: > > On Thu, May 5, 2022 at 7:47 AM C Smith via Xenomai > wrote: > > > > In my serial_config which I pass to the ioctl() that sets up my > > 16550A.ko serial port > > I have set .rx_timeout = 50 > > and I am doing non-blocking

Re: serial 16550A rx_timeout

2022-05-05 Thread Richard Weinberger via Xenomai
On Thu, May 5, 2022 at 7:47 AM C Smith via Xenomai wrote: > > In my serial_config which I pass to the ioctl() that sets up my > 16550A.ko serial port > I have set .rx_timeout = 50 > and I am doing non-blocking reads. > > This indeed results in a 500us delay when reading a serial port with

serial 16550A rx_timeout

2022-05-04 Thread C Smith via Xenomai
In my serial_config which I pass to the ioctl() that sets up my 16550A.ko serial port I have set .rx_timeout = 50 and I am doing non-blocking reads. This indeed results in a 500us delay when reading a serial port with no incoming bytes, which I can measure precisely on an oscilloscope (I