| Author |
Message |
daviddlc
Joined: 11 Feb 2007 Posts: 196 Helped: 13
|
28 Jul 2008 23:31 PIC controller using USB |
|
|
|
|
I need to make a project to send commands to a PIC controller (I don't know which one yet) using USB and using C.
What Am I need to start working on this project ?
Is there a specific version of C ?
On the controller side, is there an application I can use or Am I need to program the USB portion ?
Any specific headers or drivers for C ?
Please help me out.
|
|
| Back to top |
|
 |
crevars
Joined: 24 Jan 2005 Posts: 94 Helped: 7 Location: France
|
|
| Back to top |
|
 |
Kabanga
Joined: 04 Oct 2007 Posts: 70 Helped: 5
|
29 Jul 2008 8:29 Re: PIC controller using USB |
|
|
|
|
| daviddlc wrote: |
I need to make a project to send commands to a PIC controller (I don't know which one yet) using USB and using C.
Please help me out. |
I think that you should be very specific on what you need. If you don't know exactly what you want I'm afraid you'd waste too many time surfing from forums to forums.
You got already a link Microchip Forum and I can give you more links to other forums but it would give nothing if you don't know what you want.
Best regards
Kabanga
|
|
| Back to top |
|
 |
Google AdSense

|
29 Jul 2008 8:29 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
daviddlc
Joined: 11 Feb 2007 Posts: 196 Helped: 13
|
29 Jul 2008 17:42 Re: PIC controller using USB |
|
|
|
|
It's basically an output port using a PIC connected to the computer using USB, so you will set the output status using an application on the computer.
Thanks.
|
|
| Back to top |
|
 |
Kabanga
Joined: 04 Oct 2007 Posts: 70 Helped: 5
|
29 Jul 2008 20:11 Re: PIC controller using USB |
|
|
|
|
| daviddlc wrote: |
It's basically an output port using a PIC connected to the computer using USB, so you will set the output status using an application on the computer.
Thanks. |
I'd advise you using the PIC18F4550 of Microchip. There is everything you need for your application here: http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2651¶m=en534494
Use the compiler C18 (Microchip) , it's free.
Best regards
Kabanga
|
|
| Back to top |
|
 |
daviddlc
Joined: 11 Feb 2007 Posts: 196 Helped: 13
|
29 Jul 2008 20:14 Re: PIC controller using USB |
|
|
|
|
I have chosen the 18F2455, I will check the links you sent to me.
Thanks.
|
|
| Back to top |
|
 |