Author Topic: USB learning kit devices  (Read 11702 times)

hawk

  • Member
  • ***
  • Posts: 4
USB learning kit devices
« on: July 01, 2010, 06:25:27 pm »
Hi,

I mentioned in an earlier post that I'm developing a custom PC application to
communicate with a Vendor-Specific USB device. I ran across the 'How to Use
WinUSB to Communicate with a USB Device' document from Microsoft.
http://www.microsoft.com/whdc/connect/usb/winusb_howto.mspx
The document provides an example involving communication with the
OSR USB FX2 Learning Kit device. I attempted to order the learning kit but
it's currently on backorder until August. Anyone have experience with this
learning kit? Is it helpful in developing WinUSB applications? Are there any
other such kits available?

Thanks
« Last Edit: July 01, 2010, 08:25:07 pm by hawk »

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: USB learning kit devices
« Reply #1 on: July 02, 2010, 10:38:13 am »
I haven't used the FX2 kit, but Microchip'sApplication Libraries include a WinUSB example. My WinUSB page also has firmware for the PIC 18F4550 dev board and a host application to go with it.

http://www.lvr.com/winusb.htm

Jan

hawk

  • Member
  • ***
  • Posts: 4
Re: USB learning kit devices
« Reply #2 on: July 02, 2010, 01:40:51 pm »
Thanks Jan. I am using you're WinUSB host application. That and pinvoke are my main resources.