LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA serial 125000 baud - Error -1073807330 occurred at Property Node (arg 2) in VISA Configure Serial Port

Your VI shows that the baud rate is being not set exactly to 125000 but instead it is being set to 128000 which is close enough to allow the communication to work.

 

I should be able to make the serial port communicate at 125000 using this new VI with the VISA serial VI.

 

Thank you for your help. 

0 Kudos
Message 11 of 14
(814 Views)

Well the idea I had on how to make the VISA serial VI and the dll VI to work together, does not work as you can not open the dll while the VISA serial VI has an open session.

 

Is there a way we can make the VISA serial VI ignore the read back and leave the baud at 125k?  Ignore Errors inside Node does not work.

0 Kudos
Message 12 of 14
(807 Views)

Ok, the easiest solutions are usually right in front of your face.

 

Using the TestBaudRate I was able to determine that the actual baud rate that the serial port was going to was 128k.  Since I know that this is close enough for communication, I set the baud rate for the VISA serial VI to 128k.  The VISA serial VI is happy and my communication works.

 

Thank you for all your help.

0 Kudos
Message 13 of 14
(805 Views)
It is good to hear that this is working!
0 Kudos
Message 14 of 14
(794 Views)