Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: sahin5002; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    5,051

    hi aratti This command do not work in simcom...

    hi aratti

    This command do not work in simcom sim300c module.

    Gives an error message.
  2. Replies
    2
    Views
    5,051

    Access to sim memu

    I need to know the AT command to access and browse the SIM menu.
    There are some push pull services given by the mobile operator. So how i can access the menu by the help of AT command or any other...
  3. Hi aratti , Can you please give me a schematic...

    Hi aratti , Can you please give me a schematic for connecting SIM300CZ (www.sim.com) and pic 16F877A. mainly the Tx Rx line
  4. Replies
    11
    Views
    6,471

    thanks aratti

    Hi aratti . Thanks for your help. I have solved it.
    Can you please inform me one more thing, When any new sms arrived, the GSM modem send a notification " +CMTI: "SM",5 " .

    How i can use this...
  5. Replies
    11
    Views
    6,471

    sms index 1,2,3,4 are used to store the...

    sms index 1,2,3,4 are used to store the emergency sms. These sms are used to notify the user .
  6. Replies
    1
    Views
    2,311

    hardware interrupt for new sms

    I am using sim300CZ gsm module and pic16f877 for my project.

    Is it possible to make any hardware interrupt when any new sms arrived??

    thanks in advanced
  7. Replies
    11
    Views
    6,471

    SerOut2 txd,Baud,["at+cmgr=5",13] SerIn2...

    SerOut2 txd,Baud,["at+cmgr=5",13]
    SerIn2 rxd,Baud,500,delet_sms,[wait ("+8801717101959")]


    I just read sms memory index 5, and check the sender no by waiting the phone no [wait...
  8. Replies
    11
    Views
    6,471

    wait for a string

    when i try to read sms 5 then I am waiting for the user no "8801717101959"
    then this code is fine




    SerOut2 txd,Baud,["at+cmgr=5",13]
    SerIn2 rxd,Baud,500,delet_sms,[wait ("+8801717101959")]
  9. Replies
    9
    Views
    7,613

    Send directly at+cmgl="rec unread"

    Send directly

    at+cmgl="rec unread"
Results 1 to 9 of 9