Pic to GSM Phone connection (HSerin problems)


Results 1 to 40 of 289

Threaded View

  1. #11
    Russell's Avatar
    Russell Guest

    Default Provide me the circuit please

    Connection
    1.DKU-5 cable connected to the Nokia phone.
    2.a male type connector connected to the other end of the DKU-5 cable
    3.from that connector I set up the connection to the basic stamp2 as shown above.
    4.by the following bs2 code I successfully sent sms
    SEROUT 1, 16572,25, [ "AT+CMGF=1" , CR]
    SERIN 3, 16572,[ WAIT ( "OK" )]
    SEROUT 1,16572,25,["AT+CMGS=",34,"+880191787670",34,CR]
    SERIN 3, 16572, [WAIT (">")]
    SEROUT 1, 16572, [“hello”,CR]
    SEROUT 1, 16572, [26,CR]
    SERIN 3, 16572, [WAIT ("OK")]
    DEBUG "ok"

    MY PROBLEM NOW IS, I MADE SAME CIRCUIT WITH PIC16F84A TO SEND SMS. BUT IT IS NOT WORKING. MY PICBASIC PRO CODE IS OK. I THINK (SURE) I COULD NOT MAKE THE CORRECT CIRCUIT FOR THAT. CAN ANYONE PROVIDE ME THAT.
    Attached Images Attached Images  

Similar Threads

  1. Serial VB 2005 pic 16f877a problems
    By Snap in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 8th July 2013, 00:52
  2. HSERIN & Interupts (aka controlling PIC programs from a remote PC)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 17th June 2009, 14:46
  3. problem with the GSM controller
    By Dariolo in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 30th May 2009, 20:33
  4. Automatic VB6 to pic serial connection
    By arniepj in forum Code Examples
    Replies: 13
    Last Post: - 10th January 2008, 07:57
  5. Pic to GSM Phone connection
    By samertop in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 14th July 2005, 13:40

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