Problem with RX from Nokia 6210 ?


Results 1 to 7 of 7

Threaded View

  1. #6
    Join Date
    May 2007
    Location
    Republic Serbia
    Posts
    105

    Default

    You cant use max232 on nokia 6210 or same type of nokia!
    Level is 2.7V and you must make special cable named DLR3V.
    I was make that and it work 100% good.
    By the way u must work with nokia6210 on 115kbps not 9600!
    Here is part of my code where I send temperature from 3xDS1820 wich is on 3 frigo buildings wich have temperature range from +5C to-20C.

    receiving msg***************

    citanje: high led
    hserout ["AT+CMGF=1",13,10]
    pause 2000
    low led
    hserout ["AT+CMGR=1",13,10]
    hserin 5000,nemaSMS,[skip (74),str b1\1]
    if b1 = b3 then tmp
    low led
    goto citanje

    sending msg**************

    sendSMS: high led
    hserout ["ATZ",13,10]
    pause 500
    hserout ["AT+CMGF=1",13,10]
    pause 500
    hserout ["AT+CMGD=1",13,10]
    pause 500
    hserout ["ATZ",13,10]
    pause 1000
    hserout ["AT+CMGF=1",13,10]
    pause 1000
    hserout ["AT+CMGS=",34,"+381601302395",34,",129",13,10] ' mine phone if someone need ;-)
    Pause 500
    hserout ["K1 = ",tempneg1,dec b2a," C ","K2 = ",tempneg2,dec b2b," C ","K3 = ",tempneg3,dec b2c," C",10,13]
    hserout [26]
    Pause 1000
    low led
    goto citanje

    Regards Robert
    Attached Images Attached Images  
    Attached Files Attached Files
    Last edited by phoenix_1; - 17th May 2008 at 17:47. Reason: edit message

Similar Threads

  1. RX TX modules - intermitent communication
    By ruijc in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 11th June 2009, 00:13
  2. 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
  3. sms send sht11 pic16f876 nokia 6210
    By elektoro2009 in forum GSM
    Replies: 11
    Last Post: - 9th June 2008, 08:57
  4. USART Problem , but don't know where, in pc? or in PIC?
    By precision in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 15th July 2007, 08:12
  5. 1 slave 1 master 1 MAX232 1 problem ?
    By SuB-ZeRo in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 31st July 2005, 22:59

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