Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,037

    Re: 18F2520 HSEROUT baud rate oddity

    Thanks Darrel, really obvious now!
    I misread the data sheet. Thought it was capable of both types of USART.

    Thanks again!
  2. Replies
    2
    Views
    2,037

    18F2520 HSEROUT baud rate oddity

    Hello all, been looking around and haven't found an answer for this issue. That being said, it's usually something I'm missing...

    I was using an 18F252(worked fine) and migrating to an 18F2520....
  3. Strange compile error? "Could not spawn language tool. "

    Not sure if anyone can help here. I did try Google and not very much came up so I thought maybe ask here.
    When I compile in MPLAB 8.85 I get the following line in the Build window -
    "Could not...
  4. Replies
    3
    Views
    16,488

    Re: PBP3 Long setup

    Ok, found it.
    There's the tab for Project/Build options in MPLAB. And low and behold there's a check box in the PBP tab.
    Just in case anyone else is looking.
  5. Replies
    3
    Views
    16,488

    Re: PBP3 Long setup

    Thanks for the reply,

    I'm using MPLAB v8.85. As mentioned above, it's been a while and I'm not sure where the commandline entry would go.
    I did look at the PBP3 inc file but I'm still not sure...
  6. Replies
    3
    Views
    16,488

    PBP3 Long setup

    Hi all, I'm just getting started with PBP3(I've used 2.47 in the past) and it's been a while since I've programmed.

    I was trying to use the LONG feature for my 18F2331. Where/how exactly do I...
  7. Replies
    6
    Views
    6,011

    The following works for setup: pwm setup...

    The following works for setup:

    pwm setup declarations

    PTCON0 = %00000000 '1:1 postscale,1:1 prescale,Free running mode
    PWMCON0 = %01111110 'all odd PWM I/O enabled,PWM pairs in...
  8. Replies
    6
    Views
    6,011

    Thanks for the reply guys. Yah, I've used the...

    Thanks for the reply guys.
    Yah, I've used the CCP PWM stuff before and even done a simple Basic PWM but the resolution isn't good enough.
    I know that probably doesn't sound right but believe me,...
  9. Replies
    6
    Views
    6,011

    PWM Module 18Fxx31

    Just a quick question here. Any one been dealing with the built in PWM modules in PICBasic?
    I am trying to do a 3 channel dimmer that uses the 14 bit PWM.
    The rundown of what I have so far is:
    ...
  10. Replies
    4
    Views
    2,867

    Thanks for the replies. I did have a memory...

    Thanks for the replies.
    I did have a memory issue and have now solved that(with help from a friend:).
  11. Replies
    4
    Views
    2,867

    MPLAB ICD2 Error

    It's been a while since my last post.

    I am trying a new PIC - 18F2331 - and can't seem to get a compile to happen. I am using an ICD2 in MPLAB with PBP. All I'm starting with is flashing the old...
  12. Replies
    1
    Views
    2,320

    OSC problems...Still new

    Ok, i can get the thing programmed and the led flashing at 4Mhz but not 20Mhz. Have a look below and any help appreciated.

    DEFINE OSC 20
    INCLUDE "modedefs.bas"
    INCLUDE "ICDDEFS4.BAS"
    ' Example...
  13. Thanks! Makes sense. The path is C:\MPASMWIN and...

    Thanks! Makes sense.
    The path is C:\MPASMWIN and the inc file is there. I did use the Project Wizard to set up the project for the first time so that explains why the programming would still work....
  14. Per the melab instructions online, I set up the...

    Per the melab instructions online, I set up the Envirorment Variable- "%SystemRoot%\System32\;C:\PBP;C:\MPASM". Now, being somewhat new at messing with the computer, does there need to be a second...
  15. ICD2 Problem...I think. New guy question.

    I recently started using PBP with an ICD2/Picdem2 system. When I try to compile(in the MPLAB 7 enviroment) it say it can't find the file for the p18f252.
    My question is this, if you use the...
Results 1 to 15 of 15