Pic18F4550 + SIMCOM SIM900D GSM/GPRS


Closed Thread
Results 1 to 39 of 39

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530

    Default Re: Pic18F4550 + SIMCOM SIM900D GSM/GPRS

    I still think you may need to use a max232 between the PIC and the device as you have mentioned the device works when connected directly to a PC.
    if that is the case,

    You can invert the comms for the pic18f4550. This will make it possible to talk to a modem without a rs232 chip: http://www.picbasic.co.uk/forum/showthread.php?t=10361
    Last edited by ScaleRobotics; - 15th July 2012 at 15:13.
    http://www.scalerobotics.com

  2. #2
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    223

    Default Re: Pic18F4550 + SIMCOM SIM900D GSM/GPRS

    Quote Originally Posted by ScaleRobotics View Post
    if that is the case,

    You can invert the comms for the pic18f4550. This will make it possible to talk to a modem without a rs232 chip: http://www.picbasic.co.uk/forum/showthread.php?t=10361
    I found it on page 240(datasheet) BAUDCON: BAUD Rate Control Register
    Bit 4
    1 = TX data is inverted
    Bit 5
    1 = RX data is inverted
    Please correct me if I'm doing it wrong...
    Baudcon.4 = 1
    Baudcon.5 = 1

    regards,
    tacbanon

  3. #3
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530

    Default Re: Pic18F4550 + SIMCOM SIM900D GSM/GPRS

    That is correct. And make sure your voltages match, so no one gets hurt.
    http://www.scalerobotics.com

  4. #4
    Join Date
    Jun 2011
    Location
    Philippines
    Posts
    223

    Default Re: Pic18F4550 + SIMCOM SIM900D GSM/GPRS

    Quote Originally Posted by ScaleRobotics View Post
    And make sure your voltages match, so no one gets hurt.
    Sorry to ask this...but to make sure. GSM module I/O Interface UART 3.3V Logic 5V Tolerant, connecting to my LABX2 I think is safe even with the modification of BAUDCON...am right?

    thanks for the help,
    tacbanon

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