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.

modem communication - how to test if it responds to AT ?

Status
Not open for further replies.

puneetnepsam

Junior Member level 3
Joined
Apr 27, 2009
Messages
26
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,478
modem communication

--------------------------------------------------------------------------------

hi all,

i want to test whether my modem is responding to the AT commands or not?

suppose if i send the command "at+crsm=?"
it will send me the response "OK"

my modem is connected to the PIC24F through UART interface..

can anyone tell me how to proceed further...

should i have to send AT command from the code

if i write
buf[] = " at + cmgs=?"

and send it
sendUART(buf);

and if i do
buf1[] = receiveUART();

will i get the response in buf1[] buffer

Thanks
Puneet
 

Re: modem communication

the connection of modem and The mapping of the nodes of a network and the physical connections between them, the layout of wiring, cables, the locations of nodes, and the interconnections between the nodes and the cabling or wiring system.
**broken link removed**
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top