05-09-2016 01:11 AM
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
Solved! Go to Solution.
05-09-2016 01:26 AM
Hi Rk,
We can send string data directly in serial communication.
.
Use this functiuons to communicate with your raspberry pi
05-09-2016 01:29 AM
Thank you! Will try it out
05-09-2016 09:31 AM
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
05-09-2016 12:48 PM
I have too!
05-10-2016 05:13 AM
Dear all,
Thank you very much for your advice. It Worked!! 🙂