Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Thread: Pbppic18.mac

    by Firegod
    Replies
    6
    Views
    3,756

    Thanks e, got the file any everything is back to...

    Thanks e, got the file any everything is back to normble.
  2. Thread: Pbppic18.mac

    by Firegod
    Replies
    6
    Views
    3,756

    I did contact melabs and here is what I got: ...

    I did contact melabs and here is what I got:

    -----Original Message-----
    From: Beryl Wilson [mailto:[email protected]]
    Sent: Wednesday, May 23, 2007 9:19 AM
    To: [email protected]
    Subject:...
  3. Thread: Pbppic18.mac

    by Firegod
    Replies
    6
    Views
    3,756

    Pbppic18.mac

    I have been using my PBP for a while now and while working with the USB Wizard, my PBPPIC18.MAC file got overwritten and now my non-USB files will not compile without macro errors. I am out of the...
  4. Replies
    278
    Views
    318,799

    Same problem with a 18F2550

    I have the same problem as above but I am using a 18F2550. What am I missing or where did I go wrong?

    I am configured for a 18F2550 but the USBDEMO.MAC file is overwritten without the needed...
  5. Replies
    278
    Views
    318,799

    Thanks for the quick reply

    Thanks for the quick reply
  6. Replies
    278
    Views
    318,799

    18F2550 Config

    What would the __CONFIG lines look like using the ECIO mode with a 48MHz half size oscillator on pin 9?
  7. Replies
    1
    Views
    2,023

    Pin outputs to an array

    I would like to associate 32 pins of my 18F4525 to an array such as ch_out[32]. I am having trouble getting anything to compile.

    This will not work:
    ch_out VAR BIT[32]
    ch_out[1] VAR PORTA.1...
  8. Thread: External clock

    by Firegod
    Replies
    1
    Views
    4,131

    Got it working, it appears there was something...

    Got it working, it appears there was something wrong with the oscillator. The bottom of the wave is now < 1 volt.

    Nevermind.
  9. Thread: External clock

    by Firegod
    Replies
    1
    Views
    4,131

    External clock

    It is my first time using an external oscillator. I am using an 18F4525. I have connected a ABRACON Half Size TTL/HCMOS Clock Oscillator PN/ACH-40-EK to the OSC1 pin (40.0 mHz). The oscillator...
  10. Thread: 18f4525 Config

    by Firegod
    Replies
    2
    Views
    2,775

    This is what was doing to get around the...

    This is what was doing to get around the @__config statement:

    WDTCON.0=1
    OSCCON.0=0
    OSCCON.1=0
    TRISA.6 = 0

    Is this the correct way to configure the oscillator mode to ECIO (External Clock...
  11. Thread: 18f4525 Config

    by Firegod
    Replies
    2
    Views
    2,775

    18f4525 Config

    Of course a new guy once again with a goofy question.

    I have been trying to use the CONFIG directive with PBP but I can't seem to get it to compile as in all the examples I have seen.

    I have...
Results 1 to 11 of 11