Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    18,366

    Re: Fuel consumption display

    Just a thought but if you can get 2 fuel flow sensors you can get a pretty accurate reading. You have to get the flow in and out of the system and then just do a little subtraction. Can't remember...
  2. Replies
    3
    Views
    3,147

    Re: Multiple serial devices to one pic

    Thank You. I have not connected the odometer pic to the speedometer yet but I did add this and the speedometer still works. hserin 250, readgps, .........
    Along with: define hser_rcsta 90h
    ...
  3. Replies
    3
    Views
    3,147

    Multiple serial devices to one pic

    I have looked everywhere but cannot find an answer. Maybe I am using the wrong search terms. Who knows but anyway. I am building a GPS speedometer and have it working fine. For the odometer I am...
  4. Thread: Clear LCD

    by rshaver
    Replies
    1
    Views
    2,387

    Re: Clear LCD

    I finally found it... these two lines.
    DEFINE LCD_RWREG 0 'defines the port where R/W line is connected to (set to 0 if not used)
    DEFINE LCD_RWBIT 0 'defines the pin...
  5. Thread: Clear LCD

    by rshaver
    Replies
    1
    Views
    2,387

    Clear LCD

    This is driving me nuts. I am trying to print to the LCD and then clear it and write something else. As an example I used the following: lcdout $fe, 1
    lcdout "Hello"
    ...
  6. Replies
    8
    Views
    8,108

    Thanks all. I did get it to display garbage but...

    Thanks all. I did get it to display garbage but that is all. I guess I will set them on the shelf for later use. They were not that much so it is no problem. I'll get some that will replace the...
  7. Replies
    8
    Views
    8,108

    Thank you. I have the pinout can you or someone...

    Thank you. I have the pinout can you or someone tell me the lcd equilavant for the following. Busy, Write Strobe, and Reset.

    Thanks again
    Ron
  8. Replies
    8
    Views
    8,108

    VFD pinout and connections

    Hi

    I have purchased a couple of VFD's off ebay. They are IEE 36333-73C's. They have a 14 pin connector and I have figured out the power connectors and can get them to do a self test but does...
  9. Thread: 8x2 Lcd

    by rshaver
    Replies
    6
    Views
    4,343

    Thanks for the help.. It is up and working. Don't...

    Thanks for the help.. It is up and working. Don't really know what happened. The code looks the same except for:

    DEFINE LCD_LINES 2
    ANSEL = %00000000

    and:

    Define LCD_DBIT 0

    I...
  10. Thread: 8x2 Lcd

    by rshaver
    Replies
    6
    Views
    4,343

    Darrel I will give that a try when I get...

    Darrel

    I will give that a try when I get home this afternoon.

    Paul

    I have tried Define LCD_DBIT 0 with the same results. But will set it back to this when I try it again.

    Thanks...
  11. Thread: 8x2 Lcd

    by rshaver
    Replies
    6
    Views
    4,343

    8x2 Lcd

    Hi
    I am new to PIC's and Picbasic and am trying to get an 8x2 LCD working in 4 bit mode. I am using the following code and it works with a 16x2. The controllers are the same and the starting...
Results 1 to 11 of 11