LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display the message received by the arduino in labview

can anyone please help me how to display the message received by the arduino through GSM in the LabVIEW front panel

0 Kudos
Message 1 of 6
(3,067 Views)

Use serial port. Only you need to redirect output from GSM to serial. 

 

Share more details 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 2 of 6
(3,047 Views)

i want to display the value of pH in labVIEW which is sent to  arduino  through GSM from the pH sensor which is at remote location.can it be done with arduino 

 

0 Kudos
Message 3 of 6
(3,032 Views)
It's a little unclear about your connections. Is the gsm between the arduino and sensor or between the arduino and the pc with LabVIEW?
0 Kudos
Message 4 of 6
(3,012 Views)

All I want to say is if you can receive the value in arduino then for displaying the serial port is only through serial monitor in PC. for displaying using labview read the value using VISA which is send through arduino to serial.

 

Serial.print() which will disply the value to serial port. For checking in same PC use serial monitor and for other pc use visa read in labview

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 5 of 6
(2,970 Views)

GSM is in between arduino and pH sensor.micro controller which is at other side takes the value of pH value from the sensor and it sends to arduino through GSM.  

0 Kudos
Message 6 of 6
(2,961 Views)