Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSM_GPRSLibrary_SMS prints blank received SMS #92

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

GSM_GPRSLibrary_SMS prints blank received SMS #92

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Upload the GSM_GPRSLibrary_SMS example to Arduino UNO
2. I used SUART mode of my GSM shield, that is pins 2 and 3. My GSM shield has 
a switch for SUART mode (pins 2 and 3 as Rx Tx pins instead of pins 0 and 1).
3.

What is the expected output? What do you see instead?

The code should print received SMS to Serial monitor. However, whenever I send 
a message to the inserted SIM card via another mobile device, I notice that the 
scroll bar would move downward but monitor prints blank/nothing. The smsbuffer 
variable from gsm.readSMS()is empty. Though it sensed that a message was 
received. Could there be a problem with my connections? Should I switch Rx and 
Tx pins or redefine Software Serial pins? Thanks!

What version of the product are you using? On what operating system?

SIM900D from SimCom, Arduino 1.0.5, Windows 8

Original issue reported on code.google.com by [email protected] on 15 Dec 2013 at 8:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant