LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving SMS

I have a GSM modem and can sent messages. But I can't sent a message into it. When I tried the first time, there were things inside the read buffer. And now there's nothing. Please look into it. Thank you.

0 Kudos
Message 1 of 2
(2,167 Views)

Not sure if this is the problem, but you are sending your Write Return count (number of written bytes) into your Receive bytes.

 

Also, the sequence structures are unnecessary and hiding some wiring problems. Do a diagram cleaup (Ctrl+U) and start removing them (right click, remove sequence) .

 

The sequence structures might also be confusing when your wait actually happens. I would suggest moving your wait to between two VI's like this.

wait sequence.png

Josh
Software is never really finished, it's just an acceptable level of broken
0 Kudos
Message 2 of 2
(2,151 Views)