07-24-2026 11:12 PM
Hi,
I have two serial devices:
1. Load cell controller
2. Temperature controller (3 channels)
Both communicate through a COM (RS-232) port.
On my old PC (Windows 10, LabVIEW 2014 Chinese), both devices work correctly.
On my new PC (Windows 11, LabVIEW 2014 English), neither device responds. I send the command, but "Bytes at Port" stays 0.
I am using the same VI, same cable, and the same serial settings.
Has anyone faced this issue? Is it related to Windows 11, NI-VISA, or COM port drivers?
Thanks.
07-25-2026 01:03 AM
Did you select the correct VISA resource name?
07-26-2026 03:39 PM - edited 07-26-2026 03:40 PM
Selva@2004 wrote:On my new PC (Windows 11, LabVIEW 2014 English), neither device responds. I send the command, but "Bytes at Port" stays 0.
And how exactly are you using Bytes At Port?
Without seeing the code, my guess is that your new computer is a lot faster than your older one and therefore you are checking for the bytes at the port quicker than you were before. Using proper serial communications (see this presentation: VIWeek 2020/Proper way to communicate over serial) can alleviate that problem.
If you want more detailed suggestions, you will need to supply some code and details on the instruments you are trying to talk to.
07-26-2026 11:02 PM
I have attached the NI IO trace image.
Now I am able to read temperature control values, but I can't read load cell values consistently. Sometimes I am able to read load cell values, and sometimes I can' t.
07-27-2026 09:12 AM
Here are some suggestions:
Bob Schor