MarcoMartines / GSM-GPRS-GPS-Shield

GSM/GPRS & GPS Shield Library for modules using SIM900/SIM908
GNU General Public License v2.0
208 stars 152 forks source link

Make simpleWrite(char* comm) in SIM900.cpp to be like write(buf,len) #45

Open ikhlasix opened 7 years ago

ikhlasix commented 7 years ago

Can I make a simpleWrite(char* comm) in SIM900.cpp to be like a Serial.write(buf,len) method?