1. Software vs Hardware. Is that clear enough?
2. If you do not know how to use these commands, then sorry, I cannot teach you PicBasic Pro lanquage. You have to do it yourself, and if you face a problem, then come here to show your code and be sure many will help you debug it.
3. The GSM thread has many resources for the matter. Just read...
Ioannis
I can send sms using at commands:
Now i want to write a program to receive sms. What are the codes needed to be edited/added?Code:pause 1000 LCDOUT $Fe,01, "Sending Now.." PAUSE 2000 serout2 Tx,84,["AT+CMGS=",34,"Put hp number here",34,13] pause 1000 serout2 TX,84,["How are you?",26] 'pause 1000 lcdout $Fe,01, "Message sent" PAUSE 2000 LCDOUT $Fe,01, "STOP" stop
Bookmarks