Author |
Message |
Topic: usb_init() problem |
biozit
Replies: 3
Views: 5559
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2011 4:07 pm Subject: usb_init() problem |
Thanks for the help Ttelmah and temtronic,
I checked the D+ and D-.
Now i trying with a crystal 26 Mhz and the example ex_usb_serial2.c.
What you mean smoothed Vusb ? i put a capacitor ... |
Topic: usb_init() problem |
biozit
Replies: 3
Views: 5559
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2011 10:31 am Subject: usb_init() problem |
Hi all,
I am trying to use the the PIC18f4550 to produce a virtual com port.
The code is:
main.c
#include <main.h>
#include <usb_cdc.h>
void main()
{
output_ ... |
Topic: 16F628A.h |
biozit
Replies: 2
Views: 7095
|
Forum: General CCS C Discussion Posted: Fri Dec 31, 2010 10:23 am Subject: 16F628A.h |
Hi ,
I trying to program PIC16F628A using C.
When i try to compile with ccs c, the output show:
can't find the #include <16F628A.h>.
Where i can find this include ?
Thnaks. |
|