Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    47
    Views
    90,030

    Re: Interfacing with Arduino I2C LCD

    Wow... I must apologize for being a butt head. I've got no excuse... I'm a butt head. That being said, here's some of the code I originally did not want to share. It's highly commented, so I hope...
  2. Replies
    4
    Views
    3,094

    Re: Analog In for 16F88 with IR Sensor.

    (newbe here)

    Should that be High PORTB.4 and LOW PORTB.4?

    I also don't see an ADCON1 being setup


    if x > %10000000 then
    PORTB.4 = 1
    endif
  3. Replies
    15
    Views
    7,962

    Re: Serin,Serout Problem

    I don't think so. By limiting the decimal value of 'a' to printable characters, the byte being sent will print that ASCII character. So, the way its being sent now is '32' will print a space, '33'...
  4. Replies
    15
    Views
    7,962

    Re: Serin,Serout Problem

    It stops sending anything? Or the same garbage? Which?

    And I'm with Mike:

    "Serial out and serial in on same PIC pin? Normally separate pins. "
  5. Replies
    47
    Views
    90,030

    Re: Interfacing with Arduino I2C LCD

    'ARDUINO IIC LCD GY-LCD-V1
    'PIC 12F629
    'PRINTS " HELLO RCG!_"
    Define OSC 20
    DEFINE I2C_SLOW 1
    CMCON = $7
    OPTION_REG.7 = 0
    C VAR GPIO.1
    D VAR...
  6. Replies
    47
    Views
    90,030

    Re: Interfacing with Arduino I2C LCD

    Feel free to move it.
  7. Replies
    15
    Views
    7,962

    Re: Serin,Serout Problem

    I know how frustrating it can be to get this problem. It cost me several hours (and a dead USB to RS232 dongle) to isolate my problem. It turns out the internal oscillator (4Mhz) on my 12F629 was too...
  8. Replies
    47
    Views
    90,030

    Re: Interfacing with Arduino I2C LCD

    Wow, really? :rolleyes:

    Seems what I've shared is at least relevant considering this question has been asked before... in light of the answers offered.

    This is the documentation section, right?...
  9. Replies
    47
    Views
    90,030

    Interfacing with Arduino I2C LCD

    I bought one of these Arduino I2C 20x4 LCD modules.

    I got the LCD module in today. It has a slightly different back board, but that's not a bad thing. They extended the A0, A1 & A2 slave address...
Results 1 to 9 of 9