At commands


Closed Thread
Results 1 to 4 of 4

Thread: At commands

  1. #1
    jam547's Avatar
    jam547 Guest

    Default At commands

    can anyone share the atcommands for T10. im interfacing a t10 with a pic 16f877 i would like to know the commands for sms being received on the phones. thankx

  2. #2
    Join Date
    Mar 2006
    Posts
    13

  3. #3
    jam547's Avatar
    jam547 Guest

    Default thnkx

    i have tried the at commands with hyper terminal.....the command that i use for reading the sms on the the phone is AT+CMGR=1 .the commands runs fine but i cant figure out is the how the code will be that i'll burn on pic16f877 that'll continously read the phone memory for sms........

  4. #4
    jonno's Avatar
    jonno Guest

    Default At?help

    Hi there
    This is the way to output a command from the micro to the GSM.


    HSEROUT ["AT+CMGD=1",13]
    HSERIN [wait("OK")] ' NOT BELTS AND BRACES AS MODEM COULD RETURN"ERROR".
    RETURN

    It always pays to wait for an OK back from modem.
    Hope this helps
    Jonno

Similar Threads

  1. LCD commands
    By ruijc in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 26th September 2008, 13:09
  2. DS2480D commands
    By manwolf in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 21st June 2008, 06:32
  3. Sending printer "Esc/Pos" commands
    By Kman in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 25th June 2007, 21:17
  4. PBP - are DEFINE command(s) mandatory?
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 15th September 2006, 17:43
  5. Timing in PICBasic Pro commands
    By freelancebee in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th September 2005, 01:50

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts