Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Sorry for the late entry, but I have the same...

    Sorry for the late entry, but I have the same issue and I am not familiar with where the .inc file you guys are editing is located. Can you assist me?

    I scanned my PC and found it. Made the change...
  2. I see this is the case on the data sheet Darrel,...

    I see this is the case on the data sheet Darrel, and thanks for the help.....
    I see the TMR2 settings, so these will not conflict with one another or be inhibited by looping MAIN program? What else...
  3. Timer1 and Timer2 interrupts, Darrel Taylor

    I am using a PIC16F819 and I am using a Timer1 interrupt on it. I now need to add a second (Timer2) interrupt into my program. I have printed and read the following files of Darrel Taylor's to try...
  4. PortB pins will not initialize LOW, only HIGH?

    I am trying to initialize a PIC16F819 and it will not take the PORTB pins to a LOW setting on initialization. It does PORTA just fine, and it does both TRISA and TRISB settings correctly. What is it...
  5. Replies
    15
    Views
    11,833

    I now have blimking LED's.... DEFINE 4...

    I now have blimking LED's....

    DEFINE 4 statement was not needed.
  6. Replies
    15
    Views
    11,833

    Still no blink. Tried above program as well....

    Still no blink. Tried above program as well. PULSOUT did not work either...?
  7. Replies
    15
    Views
    11,833

    Okay...I now understand what is to be done, and...

    Okay...I now understand what is to be done, and the changes were made as you said to the .inc file. Compile is now error free. Pop-up window settings are now as per your suggestion. Sorry for the...
  8. Replies
    15
    Views
    11,833

    This compiles without error..... ...

    This compiles without error.....

    @__CONFIG_HS_OSC_WDT_OFF_PWRTE_ON

    But more than this will cause a "Label truncated at 32 characters" error.
  9. Replies
    15
    Views
    11,833

    I am using PICBASIC PRO from MicroCode Studio. ...

    I am using PICBASIC PRO from MicroCode Studio.

    In the settings window, I have selected the MPASM assembler checkbox.

    This is all I know. I reset the .inc file to where is was originally. Here...
  10. Replies
    15
    Views
    11,833

    @ __CONFIG _INTRC_IO & _WDT_OFF & _PWRTE_OFF &...

    @ __CONFIG _INTRC_IO & _WDT_OFF & _PWRTE_OFF & _LVP_OFF & _MCLR_OFF & _BODEN_OFF

    This gives me illegal character "&" error message......asm.51

    So I need to go and make these settings permanent...
  11. Replies
    15
    Views
    11,833

    [QUOTE=Dennis;81575]Hi Ron I noticed your LOOP...

    [QUOTE=Dennis;81575]Hi Ron

    I noticed your LOOP code seems to have a problem at the end ....
    The GOTO LOOP has a comment in the beginning , at first it looked like a spec of dust ;-)
    Look...
  12. Replies
    15
    Views
    11,833

    I have been reading a lot of posts you have made...

    I have been reading a lot of posts you have made over the years on this issue Melanie, and I am very happy to hear from you in particular. You seem to be well versed in the changes that have been...
  13. Replies
    15
    Views
    11,833

    PIC16F819 LED not blinking

    Using a PIC16F819 and below PBP program. My volt meter does not show a HIGH/LOW cycle occuring on the pin for the LED. (Pins 10 and 17). 31.25kHz is desired OSC speed and internal. All pins converted...
  14. MPASM? I am a rookie and not familiar with...

    MPASM? I am a rookie and not familiar with this.....sorry. Is there more you can tell me or where to go for more? I am using PBP now, is this the problem?

    Thanks for the fast reply....I really...
  15. Can I add my errors?

    I know this is an old thread, but I hope you don't mind me adding my error messages to the ones already corrected previously....I am using a PIC16F636. It has (1)8-bit timer, (1)16-bit timer. I have...
Results 1 to 15 of 15