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.

assembly coding for 8051

Status
Not open for further replies.

manasusman

Newbie level 6
Joined
Apr 26, 2011
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,370
hello
how can we do coding for sending AT commands from the micro controller to the mobile attached serially with it.
is it like we first send 'A' serially and then 'T' to it through the 'SBUF' register.
please please help me.
:|:|:???:
 

send the command characters serially , character by character ending with linefeed character.

yes you have to send it through SBUF of 8051.
the baudrate should programmed based on other ends requirement.
 

The initial 'A' and 'T' have to be send with an intermediate delay to allow the autobaud to work - if the mobile aupports variable baud rates at all.

Generally, you would want to have string print routine in your code to send AT commands.
 

Sir FvM please explain a little bit.
A little bit delay and autobaud?
"Generally, you would want to have string print routine in your code to send AT commands"
and this also!
please please :|:|
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top