View previous topic :: View next topic |
Author |
Message |
letesch
Joined: 19 Nov 2013 Posts: 3
|
Missing libraries (usb_bootloader.h, usb.h,...) |
Posted: Tue Nov 19, 2013 6:04 am |
|
|
Hi there,
I have a finished project here, (which I didn't write) and I just wanted to add some code.
I know that the Code was developed with CCS.
But after installing MPLAB, Microchip Library Pack and CCS 5.012 (Demo Version) I still get the messages that certain Libraries can't be found.
Can maybe someone tell me if those libraries are only available in the full version of CCS?
Or where I can find the following libraries: usb_bootloader.h (I found this one here on the forums, but I think this is just a modified one, or is there just this one?), usb.h, usb_cdc.h
PIC used: PIC18F14K50
Thanks,
Letesch |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19505
|
|
Posted: Tue Nov 19, 2013 8:01 am |
|
|
If you read the page where the compiler download comes from:
"Only 15% of the example programs and drivers are provided".
Says it all.
Yes, those files do all come with the full compiler.
Best Wishes |
|
|
letesch
Joined: 19 Nov 2013 Posts: 3
|
|
Posted: Tue Nov 19, 2013 9:25 am |
|
|
Thanks for the quick reply.
I must have overread that ;) |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9225 Location: Greensville,Ontario
|
|
Posted: Tue Nov 19, 2013 9:35 am |
|
|
if you really need USB support.....
...consider spending $2 for a USB<>TTL module.
That $2 saves you a LOT of headaches(time!) getting USB running in a PIC.Yes, the CCS examples do work but take a lot of code space,You could spend 2 or 3 days getting it 'up and running'.
just another option...
jay |
|
|
w2drz
Joined: 27 Dec 2006 Posts: 55 Location: Western New York - USA
|
|
Posted: Tue Nov 19, 2013 10:53 am |
|
|
Hi,
Just starting a project Monday using the 18F14K50 USB chip as a USB I/O,
what -- part number -- you mention for 2 dollars to be a simple method.
(consider spending $2 for a USB<>TTL module. )
As just starting today on the complexity involving USB and the K50 chip,
found this as a retrofit for RS232 FEMALE DB9 replacement to USB ,
bit costly,
DIGIKEY # 768-1108-ND 15.50 ea
your suggestion may save much time for now.
W2DRZ Tom |
|
|
letesch
Joined: 19 Nov 2013 Posts: 3
|
|
Posted: Wed Nov 20, 2013 6:11 am |
|
|
temtronic wrote: | if you really need USB support.....
...consider spending $2 for a USB<>TTL module.
That $2 saves you a LOT of headaches(time!) getting USB running in a PIC.Yes, the CCS examples do work but take a lot of code space,You could spend 2 or 3 days getting it 'up and running'.
just another option...
|
Not an option for me.
I have a finished project, which is being manufactured and sold.
I just wanted to add some features for testing purposes. |
|
|
|