Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    43
    Views
    24,740

    dumbdumbdumb!

    dumbdumbdumb!
  2. Replies
    2
    Views
    3,984

    I tried that, and PBP gave me an error. Since...

    I tried that, and PBP gave me an error. Since LCDCON lives at 107h, in desperation, I added "LCDCON equ 107h" to the M16F91X.INC file, and then tried it again:

    LCDCON = 0

    again, and it worked!...
  3. Replies
    2
    Views
    3,984

    HOW do you initialize PortC to normal I/O??

    Hi folks,
    I'm using a PIC16F917 with PicBasic Pro for the first time (but my problem occurs w/ a 877 too), and I just want to make PortC behave like a normal output port! As it powers up,...
  4. Replies
    3
    Views
    5,632

    So, to set up an I/O in my variable list, what...

    So, to set up an I/O in my variable list, what should it look like?

    SERIAL VAR PORTIO.3 ?
  5. Replies
    3
    Views
    5,632

    How to address I/O pins on 12F509?

    Hi,
    I'm trying to use a 12F509 for the first time. I don't even know how to address the I/O pins. It appeared from the datasheet that they were addressed as 'GPIO', or possibly even PORTB.

    I...
  6. Replies
    9
    Views
    7,908

    Well..... It's working... and what I did...

    Well.....

    It's working... and what I did doesn't make ANY sense to me, but here it is.....

    Since PORTE is the source of my problems, and I've stared at this since Friday, I thought maybe I...
  7. Replies
    9
    Views
    7,908

    I did it exactly. No workie. I'm looking at...

    I did it exactly.

    No workie. I'm looking at E.1 on the cpu pin (44-pin plcc) with a scope probe, and it's going high and low, but no output on A.0.

    I've also tried multiple cpu's. I'm going...
  8. Replies
    9
    Views
    7,908

    I did it exactly. No workie. I'm looking at...

    I did it exactly.

    No workie. I'm looking at E.1 on the cpu pin (44-pin plcc) with a scope probe, and it's going high and low, but no output on A.0.

    I've also tried multiple cpu's. I'm going...
  9. Replies
    9
    Views
    7,908

    I'm smashing the button and watching on the...

    I'm smashing the button and watching on the scope, so I'm seeing things happen... not the nicest code, I admit, but it's showing me that E.0 and E.2 are being recognized, BUT NOT E.1!!

    I can't...
  10. Replies
    9
    Views
    7,908

    PIC 16F74 and PORTE

    Hi folks!

    I'm trying to use a PIC16F74 and need to use all three port E pins as standard digital inputs. I really think I've got everything set right, and PORTE.0 and PORTE.2 and working fine,...
  11. Replies
    1
    Views
    5,021

    16F628 & In-Circuit Programming?

    Hi group,

    I would like to utilize in-circuit programming with a 16F628 for a project. Pins RB6 & RB7 which are CLK and DATA for the programming functions will have to be shared as they are also...
Results 1 to 11 of 12