Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@medeepak-zZfLKg • Feb 11, 2011
AT commands require only serial communication like RS 232
all Pic controllers have that -
@leenux-vy0KZN • Feb 11, 2011
so, AT commands are applicable to all PIC?
-
@leenux-vy0KZN • Feb 11, 2011
thanks by the way
-
@medeepak-zZfLKg • Feb 11, 2011
see you are establishing a serial communication between the modem and the controller and program the controller to send and receive data between them. commands and data for AT modem will be sent through the same line and data from AT modem will be received through another line. Now it is with the help of your program in controller you will find the message received.
see this sample program i have posted for you in pastebin
#-Link-Snipped-#