Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    3,189

    Multiple PIC programming

    How can one go about programming multiple PICs without requiring an external Programmer? Am looking for a way for the end user to plug in a cable (Serial or Parallel) to our end product to program an...
  2. Replies
    2
    Views
    4,627

    Thanks, The ANSEL register set seemed to have...

    Thanks, The ANSEL register set seemed to have worked for me
  3. Replies
    2
    Views
    4,627

    PIC 16F684 Configuration Settings

    Am having trouble getting some pins of the PIC 16F684 to go high using the command "HIGH pin". I noticed the issue when I was writing code that turns particular ports high. I have since used a DIP...
  4. Replies
    2
    Views
    4,478

    PIC16F684 Program Question

    The program was copied and pasted twice and thats why the interrupt routine is at the bottom. The interrupt program: ASM to ENDASM is right below the "GOTO Main" title in the real program.
    I was...
  5. Replies
    2
    Views
    4,478

    PIC16F684 Program question

    Below I've included the program that I have a question about. Essentially the program is meant to interrupt operation of a transmitter when a switch is turned from ON to OFF position. The switch in...
  6. Replies
    9
    Views
    4,639

    Success!

    I finally got it to work through two changes. First I had to remove the CLRWDT define term and I was able to get the LED to blink accordingly. I also had to add the Analog Select Command (ANSEL) to...
  7. Replies
    9
    Views
    4,639

    Code

    Here's the whole Code, I tried to use NAP in place of PAUSE and the LED stays on for the alloted time but the blink part does not work. I've also attached a variant to the blink part which also...
  8. Replies
    9
    Views
    4,639

    PIC16F877A PAUSE command

    Bruce thanks for your prompt reply and advice.
    However, that didn't seem to fix the issue. I think I should mention this is a small part of a bigger program but this is the code am using to test...
  9. Replies
    9
    Views
    4,639

    PIC16F877A PAUSE command

    Hi,

    Am having trouble with the "PAUSE" command in my code. Am not sure what additional registers need to be set to enable this command. When I remove the ,PAUSE, before the goto Lowvoltagecheck...
Results 1 to 9 of 9