8

I have a Huawei E220 3G dongle. I have set it up with my Raspberry Pi to connect to the internet by executing the sakis3g script. Now I want to send and receive SMS to and from Raspberry pi via the 3g dongle to my mobile phone. How should i go about this. Please suggest some methods.

Avni
  • 83
  • 1
  • 1
  • 3

2 Answers2

8

You could use a command line utility Gammu. Check out http://wammu.eu/gammu/

Or you can follow this tutorial to interface with the modem directly to send and receive sms on your Raspberry Pi: https://web.archive.org/web/20140712150707/https://myraspberryandme.wordpress.com/2013/09/13/short-message-texting-sms-with-huawei-e220/

Rebroad
  • 665
  • 5
  • 11
Maux
  • 336
  • 1
  • 7
2

You can have a look at this tutorial as well: Turning the Raspberry Pi into a SMS Center using Python

Greenonline
  • 2,969
  • 5
  • 27
  • 38