"Serial Peripheral Interface"?


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

    Smile "Serial Peripheral Interface"?

    I have been using PICBAsic to talk to I2C digipots.....

    Can PBP talk to "Serial Peripheral Interface" devices?

    I am still learning...so go easy on me.....

    Robert

  2. #2
    Join Date
    Aug 2006
    Location
    Iran
    Posts
    94


    Did you find this post helpful? Yes | No

    Default

    Hi,
    yes it can do it.
    you can use i2cread and i2cwrite instructions to read and write on i2c devices.

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Yes,

    But, SPI is either a 3 or 4-wire interface, that you would use SHIFTIN and SHIFTOUT with.

    Or you can use the hardware "Master Sychronous Serial Port", if your chip has one.
    <br>
    DT

Similar Threads

  1. Serial Peripheral Interface
    By DonD in forum Serial
    Replies: 1
    Last Post: - 28th January 2008, 18:14
  2. Replies: 1
    Last Post: - 2nd May 2006, 00:28
  3. Serial Peripheral Interface (SPI)
    By O2_Guy in forum Serial
    Replies: 1
    Last Post: - 22nd March 2006, 20:01

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