10 years, 2 months ago.

LPC 1768 receiving messages from mobile phone

Hi ! I am new to embedded systems.My project involves sending message from a mobile to a GSM module(SIM 300) and if message is 1 then LED 1 would be on and so on some complex messages also needs to be decoded..My problem is i have been able to call the GSM module with my mobile phone(missed call) but cannot find how to read messagesf rom a mobile phone.. Further would like to know where in windows can i find USB 0 USB 1 files?

1 Answer

10 years, 2 months ago.

You have to use AT commands for reading the SMS messages . Check your module documentation for syntax . However , there are already a lot of mbed examples using SMS , either with serial or USB modules . Search for SMS in mbed search window !

Regards , Christos

Accepted Answer