Seeed-Studio / GPRS_SIM900

library for GPRS shield with sim900 module.
MIT License
138 stars 96 forks source link

Using with SIM800H #27

Closed Gianluigi000 closed 4 years ago

Gianluigi000 commented 6 years ago

Hello, just one question: it's possibile to use this library to send/receive sms and to send/receive calls with SIM800H shield? Many thanks

lanselambor commented 6 years ago

@Gianluigi000 This library can be used for both SIM900 and SIM800 shield.

Need to use different power on functionality:

  1. For SIM900 shield you have to use powerUpDown().
  2. For SIM800L with RST pin, you have to use powerReset().
Gianluigi000 commented 6 years ago

Ok, Many thanks. Another question please: the same library can be used with Arduino Zero , not including SoftwareSerial and for example using Arduino Zero Serial or Serial1?