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.

USB driver for pic16f765

Status
Not open for further replies.

casper

Junior Member level 3
Joined
Jan 12, 2003
Messages
31
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Location
france
Activity points
178
pic16f765

Anyone have a method or a soft for writing a driver for this µP.
I have search in microchip site and it is nothing.

by casper :D
 

hidcomm example

casper said:
Anyone have a method or a soft for writing a driver for this µP.
You have "JUST" to develop normal USB device driver. I have to prepare project based on pic16c7x5 for my master thesis project testboard and I am interested in this topic too. I have found there is a possibility to make HID device that wont need specialized driver and have access to USB device from user space. In the same way works microstar hardware PC key, that I obtained for testing. I haven`t tried to make this technogy to work, but only from reading specification/articles I believe it will works.
 

hidcomm inex

there will be flash usb pics (18fxx) later in this year.
I think this will simplify development compared to this otp device...
 

writing a simple windows usb driver -linux

You can find firmware examples with this link.
There is also a simple windows driver available.

h*tp://www.microchip.com/1000/suppdoc/appnote/firmware/index.htm
 

firmware pic usb hidcomm

btbass said:
You can find firmware examples with this link.
There is also a simple windows driver available.
h*tp://www.microchip.com/1000/suppdoc/appnote/firmware/index.htm
This is just firmware for PIC. Where did You see that driver?
 

I was playing with this a couple of years ago, got some sample code somewhere written in borland builder.
Downloaded the driver from microchip, damded if I can find it again on their site?
 

check the microchip site
yestereday found a driver for this chip
 

check this link, not for your specified cpu (for the 16f87X) but there are a lot of info about doing the USB protocol stuff that might be of some help.

**broken link removed**


another great recource for USB dev. is www.usb.org, check the developer forum...

regards Me
 

Can't find the HIDComm ActiveX Control from the microchip site anymore
but you can find a copy here including firmware examples.
h*tp://www.inex.co.th/dev.html

There is a lot of HID example code here.

h*tp://www.lvr.com/hidpage.htm

**broken link removed**
for an example of HID without the ActiveX Control.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top