Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,576

    Really stupid error! :) Thanks!

    Really stupid error! :)

    Thanks!
  2. Replies
    3
    Views
    3,576

    10bit ADC = 65536 ????

    I've set up a little program to try out adcin on 16f873A:



    DEFINE LCD_DREG PORTB ' LCD data port
    DEFINE LCD_DBIT 4 ' LCD data starting bit 0 or 4
    DEFINE LCD_RSREG PORTB ' LCD...
  3. Replies
    23
    Views
    18,495

    I'm still far away from the final code. This is...

    I'm still far away from the final code. This is an alpha release :). The code is not optimized (~2200 words). Many sections are incomplete (RPM, INT_Temp, Ext_Temp, Clock....), but day by day this...
  4. Replies
    23
    Views
    18,495

    Update

    ' @ DEVICE pic16F648A, INTRC_OSC_NOCLKOUT ' System Clock Options
    @ DEVICE pic16F648A, HS_OSC ' System Clock Options

    @ DEVICE pic16F648A, WDT_OFF ' Watchdog Timer
    @ DEVICE...
  5. Replies
    23
    Views
    18,495

    Could you explain me better this solution?...

    Could you explain me better this solution? Actually I've solved using a non-background count.

    Do you know a tutorial or a guide to help me understand Timers/Couters in PBP? TNX!
  6. Replies
    23
    Views
    18,495

    I need a little more help (temp display is now...

    I need a little more help (temp display is now working!) to go on with my project! I need to do a kind of "menu" with a push button. On push I need to change the reading on the display so i need to...
  7. Replies
    23
    Views
    18,495

    Your code is wonderful! Now I'm going to...

    Your code is wonderful! Now I'm going to understand it! This is one of my first programs with pics! I have so much to learn! Assembly for example is still far away from me! :) And I need to...
  8. Replies
    23
    Views
    18,495

    Your code is 1162 words instead of 1324 on...

    Your code is 1162 words instead of 1324 on 16F648A.
  9. Replies
    23
    Views
    18,495

    I think this is quite good: DEFINE OSC...

    I think this is quite good:




    DEFINE OSC 12
    define LCD_LINES 4

    Clr CON 1
    Comm Con $FE
  10. Replies
    23
    Views
    18,495

    Simply better! I'm working on it, in about 1 hour...

    Simply better! I'm working on it, in about 1 hour I will post the result!
  11. Replies
    23
    Views
    18,495

    I'm only using it because it's the test pic! I've...

    I'm only using it because it's the test pic! I've flashed it at least 500 times!

    This is a little bit smaller code:




    DEFINE OSC 12
    define LCD_LINES 4
  12. Replies
    23
    Views
    18,495

    Actually i'm using a 16f84a only for testing. The...

    Actually i'm using a 16f84a only for testing. The final pic will be a 16f877a.

    Really thank you!
  13. Replies
    23
    Views
    18,495

    Big characters on HD44780 4x20

    Hi! I'm an Italian user, I need to show BIG CHARACTERS on a 4x20 lcd hd44780 compatible. This project is intended to show temperatures in my car. I like lcd style much more than led 7-segment style....
Results 1 to 13 of 13