GSM Library for Bee Board (an Arduino compatible) by Madefree Electronics, in collaboration with Acme Systems.
More info: http://www.madefree.eu http://www.acmesystems.it
- Work to W4 in Software Serial mode
- Receive/Transmit SMS
- Receive/Transmit Call
- Read/Write/Find SIM PhoneBook
Initialize modem and return 1 if is associated with gsm cell, 0 otherwise.
Return true if call arrived from number, false otherwise.
nlength is number length
Call number for milliseconds timeout.
Return true at the end.
Return true if msg arrived from number
msglength is the message length
nlength is the number length
Return 1 if have sent msg to number.
Return the number of tuple in the SIM Phone Book.
phonebook is a list of tuple
Write in number and text parameters entry in index location from the phonebook
Return 1 if matched, 0 otherwise.
Find findtext in SIM Phone Book. Write in index number text parameters phonebook entry.
Return 1 if matched, 0 otherwise.
Store number and text for contact in Phone Book
Return 1 if OK, 0 otherwise
### int getCCI(char* cci)
Write ICCID of the SIM-card in cci parameter.
Return 1 if OK, 0 otherwise
Write IMEI of the modem in imei parameter.
Return 1 if OK, 0 otherwise