11-15-2014 04:01 AM
can anyone please help me how to display the message received by the arduino through GSM in the LabVIEW front panel
11-15-2014 05:41 AM
Use serial port. Only you need to redirect output from GSM to serial.
Share more details
11-15-2014 07:30 AM
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
11-15-2014 10:50 AM
11-16-2014 08:57 PM
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
11-16-2014 10:09 PM
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.