10-13-2020 04:36 AM
I mention the FTDI driver because we need the Virtual COM port driver included in it
10-13-2020 10:33 AM
The issue is finally NOT with the serial port, but with a TCP part of the program.
It was nonetheless very difficult to find the source of the problem, again because the program always worked on older PCs. The data from the detectors appeared to be cut at regular intervals.
Please delete the topic if needed.
But thanks to everybody for your time!
10-13-2020 03:08 PM
As I suspected, LabVIEW was not the cause.
Next time, upload an example VI (NOT A IMAGE) of the issue your having if you can't give us your entire code. We we were all trying to give answers and hoping to make them stick.
10-14-2020 03:07 AM
Indeed it probably is Kaspersky' s fault; I have to wait for the IT guys to proceed and confirm it.
PS i know posting a VI is the first thing to do, but it is strictly forbidden to release any kind of code here: we risk of being fired, too!
Again, thanks everyone
05-19-2022 07:53 AM
Could you give any updates on this? Did your IT solve the issue? What was the real issue?
I have the same problem, but my IT refuses to believe that windows update 20h2 is the reason...
05-19-2022 11:33 AM
As far as I remember, the issue was due to the fact that the serial data was streamed via TCP to another Labview application. Now, Windows10 enables (or disables) the Nagle algorithm, and i was overriding it, creating packet lossese.
Good luck!