02-07-2023 01:03 PM
Hello,
I am receiving data on RS422 with BR 926100. My application runs fine, but sometimes it becomes very slow (happens ones in a month) and I am losing the data. I am using another application in C++ to receive the data at the same time, but no data missing occurs. This issue makes my VI in LabVIEW unreliable at that time. plz help.
02-07-2023 01:22 PM
Hello, I am receiving data on RS422 serial port with a baud rate of 926100. The fresh packet is received after 15ms. The length of the packet is 52bytes with header ATE and in the end, CRC16 is computed to validate the packet. The issue is that I am encountering data loss or missing the packets in a large number. I am also enclosing snaps shots of my code. I) shows ports configuration and 2) is packet receiving logic which I am using.
Regards
SA
02-07-2023 02:17 PM
I assume this is related (duplicate?) to this post.
02-07-2023 02:29 PM
@Saqib51 wrote:
Hello, I am receiving data on RS422 serial port with a baud rate of 926100. The fresh packet is received after 15ms. The length of the packet is 52bytes with header ATE and in the end, CRC16 is computed to validate the packet. The issue is that I am encountering data loss or missing the packets in a large number. I am also enclosing snaps shots of my code. I) shows ports configuration and 2) is packet receiving logic which I am using.
Regards
SA
You should watch this video: VIWeek 2020/Proper way to communicate over serial