thehapyone / BareBoneSim800

A BareBone Arduino Library For SIM800 Modules
GNU General Public License v3.0
47 stars 18 forks source link

AT Command #6

Closed teureca closed 5 years ago

teureca commented 5 years ago

Hi, how can i use the AT commands in this library?

thehapyone commented 5 years ago

Hi, the Library doesn't provide you access to entering your own AT commands, it already has been implemented for you. Else, you will have to dig into the Library to do that or just use the simple SoftwareSerialExample in Arduino IDE to do that.