SerialGSM
SerialGSM copied to clipboard
Serial GSM class for arduino.
This function is very good, but it needs a way to get the callers phone number. If I call the GSM chip that runs this code, the code needs to...
On an arduino calling sscanf() or sprintf() adds a giant function to the code base. It’s sometimes a necessary evil but in your case you should replace all the sprintf(xxxxxx,"%s",var1);...
Why do you need to inherit from SoftwareSerial rather than Print? (cf http://playground.arduino.cc/Code/Printclass ) That would allow to implement a simple scheme where you would pass at initialization a pointer...
Hi, First of all, your library is very useful. I thank you.. Have 2 questions : - Is it possible to send a pincode ? currently I use AT Commands...
Hi, I have this project which is to control the LED either on or off through sending SMS in GSM and i used this SerialGsm library. I successfully controlled the...
Hi, The library seems to break when using it in udoo neo arduino ide.is there a use case scenario for using hardware serial?