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.

AT commands help is needed mikroC

Status
Not open for further replies.

Sara89

Banned
Junior Member level 1
Joined
Dec 22, 2013
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
0
i've dont my own USART functions to send AT commands to my GSM through PIC16f877A and it worked perfectly and sent and received messages but when i added some functions to CALL ,,, it stopped receiving messages can anyone help please.. thank you
 

Code:
 void CALL_PoliceDept (void){  
USART_WriteString (AT,strlen(AT));
delay_ms (2222);
USART_WriteString (ATD,strlen(ATD));
delay_ms (2222);
USART_WriteString (phone,strlen(phone));
delay_ms(2222);
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top