Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,519

    Re: Byte from variable

    Perfect. Its work, and I also read the chapter in the manual. Couldnt find it before. So I know WHY it works.
    Thanks a lot, now I can continue on my project.
  2. Replies
    2
    Views
    2,519

    Byte from variable

    Hi everybody.
    I do have a small issue..
    I try to extract a bit from a byte, but it wont work. Can anyone explain how to do, and what im doing wrong.
    I have searched the forum and google, but just...
  3. Replies
    19
    Views
    12,899

    Re: PIC16F886 not running.

    The circuit works. If i do the same thing in GCB, I have no problem. Its just to get PBP to do the same thing. But the config solved most of it. just a few things left, like make the analog to...
  4. Replies
    19
    Views
    12,899

    Re: PIC16F886 not running.

    YEAH!!!, almost.....
    The config statement helped a bit, now the LEDs on PORTC blinks. But nothing on PORTB.
    I set MCLRE_OFF instead of MCLRE_ON and now I even can have the programmer connected and...
  5. Replies
    19
    Views
    12,899

    Re: PIC16F886 not running.

    I did a schematic in PCB express and this is exactly how its connected. I just want some LED to light up.
    This one works perfect then I use GCB and PICPgm to program the chip. I use PICPgm to...
  6. Replies
    19
    Views
    12,899

    Re: PIC16F886 not running.

    Hi everybody and thanks for all the input.
    Youre right, it wont blink. I just want to get the LED light up so I see that something is happening. For now, nothing works and no LED lights up. I have...
  7. Replies
    19
    Views
    12,899

    Re: PIC16F886 not running.

    Updated code

    TRISB = %00000000
    ADCON0 = %00000000


    ANSEL = %00000000 ' Make AN0-AN7 digital
    ANSELH= %00000000 ' Make AN8-AN13 digital
    PORTB = 1
  8. Replies
    19
    Views
    12,899

    Re: PIC16F886 not running.

    Im not very good at pics yet, but im learning :)

    This is what I have. I just want the PIC to light up. I have the LED connected to PORTB.0

    I have tried a lot of different examples, but none...
  9. Replies
    19
    Views
    12,899

    PIC16F886 not running.

    Hello everybody.
    I need help. I just cant get a simple blink-program to work with picbasic pro. I have tried the same (almost) program in GCB, and the chip works.
    No problem when I compile.
    Is...
Results 1 to 9 of 9