Other Parts Discussed in Thread: SK-AM62B-P1
Tool/software:
Hi experts
SDK: SDK9.0 RT-LINUX
Baud rate: 3M, data bit 8, no parity, stop bit 1.
Phenomenon: There is a certain probability that the interval between bytes of the sent message will become larger.
Specific description:

For example, to send a three-byte message, the application layer calls write(fd,buff,3);
Send a three-byte message (possibly more).
Most of the time it's normal.
Just use an oscilloscope to see that the three bytes are sent together.
However, there is a certain probability that once every few seconds, a message will be sent with a large gap between bytes.
As shown in the figure, the first byte is sent first, then after the stop bit of the first byte, it stays for about one byte before sending the next byte.
The place where it stays may be any position in the current message, and it basically stays or intervals for one or two bytes.
Influence:
Customer's module communicates at 3M baud rate and is strictly processed according to the serial port communication reception. If the interval between bytes exceeds 1 byte, it is considered that the message has ended and the module discards the current message.
Affects communication efficiency.
Could you give some comments on this issue?
