I2C compatibles PICs


Closed Thread
Results 1 to 3 of 3
  1. #1
    xnihilo's Avatar
    xnihilo Guest

    Smile I2C compatibles PICs

    Do I need some special I2C enabled/ready PIC to use an I2C EEPROM or can I use any PIC?

  2. #2


    Did you find this post helpful? Yes | No

    Default Any PIC will work

    RTFM,

    Any PIC will work.

    PBC uses I2CIN and I2COUT

    PBP uses I2CREAD and I2CWRITE

    These are 'bit banging' routines that work with any port on any PIC. These routines do not rely on any I2C support inside the PIC.

    HTH
    BrianT

  3. #3
    xnihilo's Avatar
    xnihilo Guest


    Did you find this post helpful? Yes | No

    Smile

    Quote Originally Posted by BrianT View Post
    RTFM,

    Any PIC will work.

    PBC uses I2CIN and I2COUT

    PBP uses I2CREAD and I2CWRITE

    These are 'bit banging' routines that work with any port on any PIC. These routines do not rely on any I2C support inside the PIC.

    HTH
    BrianT

    Thank you for your answer. It is the confirmation of what I thought I had understood.

Similar Threads

  1. I2C Master/Slave 16F88/16F767 working code
    By DanPBP in forum Code Examples
    Replies: 2
    Last Post: - 23rd October 2012, 22:31
  2. HARDWARE I2C SAMPLE CODE question
    By Michael Wakileh in forum Code Examples
    Replies: 2
    Last Post: - 16th June 2009, 21:07
  3. I2C Master Slave issues.
    By cpayne in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 29th March 2008, 19:33
  4. Please help with i2cslave i2c slave
    By cycle_girl in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 1st December 2005, 13:55
  5. I2C between three or more PICs
    By aruran in forum Serial
    Replies: 0
    Last Post: - 27th August 2005, 18:14

Members who have read this thread : 1

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