LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

continuous read and write with serial communication (UART)

Hi, I am new to LabVIEW application and i need to continuously read and write through serial communication. I tried with my best but iam facing the issue. hereby i attached the snapshot can you please tell if any idea is there for you to rectify the error.

Capture.PNG

errr.PNG

0 Kudos
Message 1 of 4
(1,495 Views)

What device are you trying to communicate with?  Do you have documentation on the communication protocol?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(1,441 Views)

Wild guess: your sensors don't send a line feed as termination character, but that is the default of your VISA Configure Serial Port.

0 Kudos
Message 3 of 4
(1,385 Views)

@t.n14 wrote:

Wild guess: your sensors don't send a line feed as termination character, but that is the default of your VISA Configure Serial Port.


Likely not just that. It may be necessary to append some termination character to the sent command too, before the device will attempt to decode the command.

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(1,371 Views)