LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string on USB port

Solved!
Go to solution

Hello everyone,

 

I want to send a string data to Raspberry Pi via USB port such as name, time, date of birth, etc. This will be send only when the user updates it in Labview program.

 

Is sending direct string possible? If not, how can I send a text file on the port.

 

I have read many articles online, which has confused me. Can anyone help me with this?

 

Thanks in advance

Jess

0 Kudos
Message 1 of 6
(4,231 Views)
Solution
Accepted by topic author rk_t

Hi Rk,

We can send string data directly in serial communication.

.Capture.PNG

Use this functiuons to communicate with your raspberry pi

Happy to Wire
0 Kudos
Message 2 of 6
(4,224 Views)

Thank you! Will try it out

0 Kudos
Message 3 of 6
(4,220 Views)

If you go to LabVIEW's Help page and choose Find Examples, you can search for VISA (which actually stands for Virtual Instrument Software Architecture) and see numerous examples of doing reads and writes using Serial Ports.

 

Bob Schor

0 Kudos
Message 4 of 6
(4,186 Views)

I have too!

Capture.PNGSmiley Embarassed


"Should be" isn't "Is" -Jay
Message 5 of 6
(4,171 Views)

Dear all,

 

Thank you very much for your advice. It Worked!! 🙂

0 Kudos
Message 6 of 6
(4,150 Views)