LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 16640 and 16409

Why do I get errors 16640 (x4100) and 16409 (x4019)and how do I fix them?
0 Kudos
Message 1 of 2
(2,972 Views)
These are serial port errors. In case you didn't know, an easy way to get an error explanation is to right click on the code number of the error cluster and select Explain Error. Unfortunately, there's a lot that can go wrong with serial communication. Check baud rate, parity, stop bits, cable wiring, termination characters, etc. Are you using VISA or the old serial VIs? One thing I do when forced to use serial comm is to first verify a good connection with something like Hyperterminal. Hope this helps.
0 Kudos
Message 2 of 2
(2,972 Views)