vittorioexp / Sim800L-Arduino-Library-revised

The SIM800L Arduino Library is a simple and easy-to-use library for the SIM800L module, allowing for quick and efficient communication with the module using the Arduino platform.
GNU General Public License v3.0
101 stars 46 forks source link

USSD support? #10

Open BdT141 opened 7 years ago

BdT141 commented 7 years ago

Hi, great library! I was wondering if you've considered adding USSD support for things like checking balances and such?

Regards, Brandon

vittorioexp commented 7 years ago

Hi, that's a good idea but i don't have so much time to add that new part. You should try to find out the commands that are needed.(https://www.elecrow.com/download/SIM800%20Series_AT%20Command%20Manual_V1.09.pdf) Let me know.

Vittorio

BdT141 commented 7 years ago

I've done it in Python for Raspberry Pi, but python's string handling methods are WAY more convenient. If I get it working I'll share the code with you.

vittorioexp commented 7 years ago

Thank you, feel free to give your contribution by editing the library with a pull request when you are sure your Arduino USSD functions work (or you can just write here the code so i'll add it to the library).

Vittorio