PIC microcontroller

leenux
@leenux-vy0KZN Oct 27, 2024

HEY guys.. I am looking for a pic microcontroller that supports AT COMMANDS..

it's for our thesis project..

a water-level detector that automatically sends an SMS report.

pls help..

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • medeepak

    @medeepak-zZfLKg Feb 11, 2011

    AT commands require only serial communication like RS 232
    all Pic controllers have that

  • leenux

    @leenux-vy0KZN Feb 11, 2011

    so, AT commands are applicable to all PIC?

  • leenux

    @leenux-vy0KZN Feb 11, 2011

    thanks by the way

  • medeepak

    @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-#