Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC USB controller side and PC side programing need.

Status
Not open for further replies.

drbizzarow

Advanced Member level 1
Joined
May 24, 2006
Messages
414
Helped
25
Reputation
50
Reaction score
15
Trophy points
1,298
Activity points
3,662
HI to ALL

I want to communicate PIC micrcontroller with my PC, to send and recv the data with each other.
i am using PCW compiller and i want guide line for PC side and PIC side programing

any source code tutorial or application program related to this is very helpful.

thank you all in advance.
 

For PC side go for MIcrochip Application Librarie and look at HID custom demo. There are 3 examples how to make the PC side for USB HID devices. They have a DLL too. For PIC side take a look at Examples folder at CCS folder. There are tons of USB examples.

Cya
 

thankyou Sink0.
can you please share me a link HID custom demo from micochip web site ? as i get confused wht to download wht not to.......
do u have any experince for USB based projects?
 

There it is:

**broken link removed**

After you unzip you are going to see lots of folders. Just look at the one named USB Device - HID - Custom Demos . There is a firmware example for PIC using Microchip C compiler and 3 PC side examples. But remember.. HID is the slowest possible comunication. If you want speed go for bulk. But HID is the easiest one, you dont even need a driver, just use the DLL with its functions and it works perfect. I have a small experience with USB devices.. not much.

Cya
 

    drbizzarow

    Points: 2
    Helpful Answer Positive Rating
thank you Sink0,
i realy appricate yoour help

Rgards,
Afnan Zafar
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top