Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: doctordhd; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    5,732

    Re: MicroCode Studio Compile + IC-Prog

    Any answer to this?
  2. Replies
    6
    Views
    5,925

    Re: Annoying pop up after compile

    When I hit "Compile Program" it compiles and opens up the programmer. Then I have to hit Program, in the programmer software. It used to program automatically, ie by itself. What am I doing wrong?
  3. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    Commented out the lines...

    ARRAYWRITE LCD_Buff,[" LCD PCF8574"] : LCD_WriteBuff

    and

    ARRAYWRITE LCD_Buff,[$FE,$C0,"Count = ",DEC LoopCount," "] : LCD_WriteBuff

    Changed the $9D to a $C0...
  4. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    Thanks to everyone that helped out.

    I have gotten a modified version of Darrel's code to run on a 12F683 which has 2K of memory. :D

    I am using an LCD 1602 and I don't see any Jumping Jacks.

    ...
  5. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    Hmmm, unfortunately, I just figured out that my Silver version of PBP3.0 doesn't support the 12F1822...
  6. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    Here is the thread in which I believe Darrel was using a 12F1822.

    Post #3

    http://support.melabs.com/threads/986-I2C-PCF8574-20x4-LCD
  7. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    The PIC numbering system was getting me confused so I spoke to an engineer at Microchip and this is what I was told...

    The 12 in the 12F629 means it is an 8 pin chip. (I didn't ask why 12 means 8...
  8. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    I believe Darrel Taylor was using a 12F1822. Doesn't that have the same "bit core" as my 12F629?

    According to the Microchip datasheet on the 12F1822,

    "This family of devices contains an...
  9. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    EarlyBird2, your reply has helped me understand this a bit more. I was able to get the norohs code to work without the initial I2CWRITE command as you suggested.

    Darrel Taylor's program seems to...
  10. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    Hmm, I am still having difficulty with this even after reading the above referenced threads.

    I am working with PBP 3.0.7.0 and a pic 12F629. I am able to get the code writen by norohs (above) to...
  11. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    Great, thank you. Lots of information in those posts.
  12. Replies
    47
    Views
    90,956

    Re: Interfacing with Arduino I2C LCD

    I believe this may be my first post to this forum...

    Has anyone figured more of this out? I finally got my I2C serial adapter for the 1602 LCD to do something at least.

    It was indeed very...
Results 1 to 12 of 12