LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial COM slow in Win10

Solved!
Go to solution

I mention the FTDI driver because we need the Virtual COM port driver included in it

0 Kudos
Message 11 of 16
(3,420 Views)
Solution
Accepted by topic author prugno

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!

0 Kudos
Message 12 of 16
(3,398 Views)

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.

0 Kudos
Message 13 of 16
(3,383 Views)

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

0 Kudos
Message 14 of 16
(3,366 Views)

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...

 

0 Kudos
Message 15 of 16
(2,647 Views)

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!

0 Kudos
Message 16 of 16
(2,625 Views)