did anyone got J50 to work ?


Results 1 to 7 of 7

Threaded View

  1. #3
    Join Date
    Jun 2007
    Posts
    15

    Default

    PBP INC. file

    CONFIG XINST = OFF
    CONFIG PLLDIV = 1 ' I tested this value with 4Mhz and PLLDIV 5 with 20Mhz
    CONFIG WDTPS = 512
    CONFIG CPUDIV = OSC1
    CONFIG FOSC = HSPLL


    '''''''''''''''

    the PICBASIC CODE :

    DEFINE OSC 48
    OSCTUNE.6=1
    UCON.3=1


    USBINIT

    MAIN:
    USBSERVICE
    usbin 3,i,x,m2
    GOTO MAIN


    '''''''''''''''''''''''''''''''''''''''''''

    just simple code to test USB , no luck !

    I use ICD2 programmer , and I get the PIC to work and blink some LEDs
    the main problem is the USB
    Attached Images Attached Images  

Similar Threads

  1. PortA Doesn't Work
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 11
    Last Post: - 8th September 2015, 18:41
  2. pls help me verify my code not work, why???
    By chai98a in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th January 2010, 09:19
  3. Can't get POT work on P12f675 - Newbie
    By berslan in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 26th March 2008, 21:22
  4. How to set ICD-2 clone to work with PBP?
    By G-R-C in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th October 2006, 02:50
  5. Pin RA4 doesn't work
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 0
    Last Post: - 15th July 2004, 12:03

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts