Hello everyone, the development board I use is MCIMX7SABRE. The kernel version is Linux 4.9.88.
When I use the serial port to receive data, when I set the baud rate to 4800, other devices always send data to me at a baud rate of 4800, but I can't read it in time using the read function in the application. data. I have to wait until the driver receives 4096 bytes before my application can read the data. Is this what is the reason?