04-04-2026 06:32 AM
Hi All,
I am attaching my LabVIEW 2017 files for reference.
I am currently facing an issue with serial communication over a virtual COM port. My setup involves sending specific command frames based on user input and at periodic intervals:
Commands:
4153 0703 7A 01184153 0703 6B 01094153 0701 3E 00DAThese three commands are transmitted for approximately 1 ms when a button is pressed.
4153 0705 8C 012CIssue:
When the receiver end is connected and actively communicating, everything works as expected. However, when the receiver end is OFF or disconnected, I am unable to observe any transmitted data on the virtual serial port.
Expected Behavior:
I would like to continuously monitor the transmitted data on the virtual COM port regardless of whether the receiver is connected or not.
04-04-2026 01:34 PM
Update:
Virtual Port Data is resolved. The issue is that the data is not sent once in every 20ms. The timeframe is varying.