Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

SIM900 and STM32 programming problem

Status
Not open for further replies.

Bob_C

Member level 2
Joined
Dec 23, 2003
Messages
43
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
UK
Activity points
280
Hi,

Does anyone have any STM32 C code for programming the SIM900. The code I've written uses interrupts but receives a lot of rubbish back in response from the modem. I continually send AT, and then it initially responds with AT. I would have been expecting OK.

When I send further commands it replies with rubbish "1818181E9E60" (hex values of the returned characters)

I'd really appreciate any help.

Thank You
Bob
 

Hi Bob_c
Though its too late to reply back to this message. but the modem response is correct
it will send back the string sent to it(echos back).
One needs to suppress the echo back feature using command
"ATE0" (use these 4 character only don't use AT+ATE0)
the local echo back feature will get disabled!!! and then you will get only OK command
as response from the modem.

Asimov
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top