Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Perrin`; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    8,660

    I tried your suggestion Ace and it didnt work. ...

    I tried your suggestion Ace and it didnt work.

    I then proceeded to jack around with the tool locations... which didnt work either. I then(laugh all you like) got really angry and click a stream...
  2. Replies
    9
    Views
    8,660

    Maybe this will clear it up... I have products...

    Maybe this will clear it up... I have products for both the 12F629 and the 18F2520. (both are written in PBP) I need to be able to program both of these when necesary. Someone else is replaceing...
  3. Replies
    9
    Views
    8,660

    It is... I'll upgrade now I guess... and ya PBP...

    It is... I'll upgrade now I guess... and ya PBP is still available in compilers list, my code will compile, but it wont allow me to debug. Even when I program it with working code, it doesn't...
  4. Replies
    9
    Views
    8,660

    It was trying to use the MPASM from the MCC18...

    It was trying to use the MPASM from the MCC18 directory.

    So when I said I I fixed... I guess I lied I could get things to compile but when I programmed, even the most simple program it wouldnt...
  5. Replies
    9
    Views
    8,660

    EDIT: didnt solve it, see below

    EDIT: didnt solve it, see below
  6. Replies
    9
    Views
    8,660

    Cannot Open File Compile Error

    MPLABS IDE 8.10

    Error[105] C:\PBP\12F629.INC 21 : Cannot open file (Include File "P12F629.INC" not found)
    Error[113] C:\PBP\12F629.INC 22 : Symbol not previously defined (_INTRC_OSC_NOCLKOUT)...
  7. Replies
    4
    Views
    2,811

    Well that was it... Now I'm off to find where I...

    Well that was it... Now I'm off to find where I missed it in the datasheet... RTFM failure.:mad:

    Ninja:

    Unprecedented failure... the giant gray box that says NOTE:

    Sometimes I feel like a...
  8. Replies
    4
    Views
    2,811

    I copy and pasted your suggestion and it flashed...

    I copy and pasted your suggestion and it flashed Blue On, Blue off(red off), Blue On, Blue Off(red off)... and so forth.
  9. Replies
    4
    Views
    2,811

    Newb Question...

    For starters: MPLab 8.10, ICD2, PIC12F629, PBP 2.50a
    Initializations

    Include "modedefs.bas"

    trisio =%110000

    red var gpio.0 'red
    blue var gpio.1 'blue
    buzzer var ...
  10. Replies
    9
    Views
    4,913

    When I had to learn how to use timers, I used...

    When I had to learn how to use timers, I used this thread.

    This thread also happens to have EXACTLY what you want... a timer that counts down from 30.
    ...
  11. Replies
    5
    Views
    3,034

    I've solved the problem in another way.

    I've solved the problem in another way.
  12. Replies
    5
    Views
    3,034

    decimal 57

    decimal 57
  13. Replies
    5
    Views
    3,034

    I've got to be missing something

    As the title says... I need to do something rather simple but for some reason I cannot think of an easy way to do it. I know that there has to be one.

    I'm recieving serial data and at the moment...
  14. Replies
    4
    Views
    20,184

    Sorry this is kinda late I was on vacation XD

    Sorry this is kinda late I was on vacation XD
  15. Replies
    4
    Views
    20,184

    Somehow I knew... as soon as I posted... I'd...

    Somehow I knew... as soon as I posted... I'd figure it out, problem solved
  16. Replies
    4
    Views
    20,184

    Configuration bits

    Ninja Edit here: I solved the problem so dont waste your time unless you're just curious.

    I've been using the internal oscillator a bit on a PIC18F2520. I just defined OSCCON and away I went. It...
  17. Thread: Simple Serout

    by Perrin`
    Replies
    4
    Views
    2,604

    Ya it works -- bad oscillator

    Ya it works -- bad oscillator
  18. Thread: Simple Serout

    by Perrin`
    Replies
    4
    Views
    2,604

    Got it, thanks.

    Got it, thanks.
  19. Thread: Simple Serout

    by Perrin`
    Replies
    4
    Views
    2,604

    Simple Serout

    I'm having trouble getting Serout/HSerout to work. I'm just trying at the moment to test it and get it working because in the near future i'll need to use it in a project. Right now i've just got a...
  20. Replies
    4
    Views
    4,214

    Trying that now. I can use PBP from the...

    Trying that now.

    I can use PBP from the command line(I'd really prefer to use IDE), but it uses the PM assembler and if I try to make it use MPASM it gives an error.

    EDIT:

    I added it to the...
  21. Replies
    4
    Views
    4,214

    PBP and MPLab IDE

    This is my first time using MCUs at all and I read that PIC were fairly easy to use. So I got MPLab and started playing around, followed the tutorials, which I completed.

    I decided I wanted to...
Results 1 to 21 of 21