sms send sht11 pic16f876 nokia 6210


Results 1 to 12 of 12

Threaded View

  1. #10
    Join Date
    Apr 2008
    Posts
    23

    Default unite

    How can I unite this sample software TERMONEMALRM-1.zip with my software.
    Thank you.Best regards.

    '**************** SMS SEND SAMPLE ********************
    SmsMesajTx : SerOut2 modem_tx,modem_baud,["AT+CMGF=1",13] ' Mesaj Formatı TXT için
    Pause Bek100

    SerOut2 modem_tx,modem_baud,["AT+CMGS=",34,"90532XXXXXXX",34,",145",13]

    SerIn2 modem_rx,modem_baud,5000,msghata2,[wait(">")]


    Pause Bek500

    SmsData = "A" ' Gidecek Mesaj


    For addr= 0 TO 159
    SerOut2 modem_tx,modem_baud,[SmsData]
    Next addr

    Pause Bek500

    SerOut2 modem_tx,modem_baud,[26] ' CTRL+Z

    SerIn2 modem_rx,modem_baud,35000,msghata2,[wait("+CMGS")]

    msghata2: SerOut2 modem_tx,modem_baud,["ATH",13]
    Pause Bek500

    Return
    '************************************************* ***************
    Attached Files Attached Files

Similar Threads

  1. Active low input?
    By CosMecc in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 8th August 2010, 20:31
  2. Please send me a SMS program
    By hjcool in forum GSM
    Replies: 7
    Last Post: - 17th June 2009, 10:33
  3. Sending SMS with Nokia 3210/3310
    By RFsolution in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 6th March 2009, 13:48
  4. Sending SMS with Nokia 6210 using PICF819
    By stuart_penman in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 16th October 2008, 15:08
  5. Problem with RX from Nokia 6210 ?
    By iugmoh in forum GSM
    Replies: 6
    Last Post: - 20th May 2008, 23:48

Members who have read this thread : 0

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