I'm trying to come up a vb.net way that doesn't involve using a control to communicate with a USB HID device. I've been trying to pick away at a sample, called usbhidio, but it wasn't designed for the particulal chip I'm trying to communicate with (A PIC 16C7x5)
Anyone have an ideas?
Microchip has a control called HIDCOMM, but It really hates VB.NET. Apparently, I have to create it in VB6, then upgrade it to vb.net, because it has to do this:
Question
Mordkanin
I'm trying to come up a vb.net way that doesn't involve using a control to communicate with a USB HID device. I've been trying to pick away at a sample, called usbhidio, but it wasn't designed for the particulal chip I'm trying to communicate with (A PIC 16C7x5)
Anyone have an ideas?
Microchip has a control called HIDCOMM, but It really hates VB.NET. Apparently, I have to create it in VB6, then upgrade it to vb.net, because it has to do this:
Me.HIDComm1.OcxState = CType(resources.GetObject("HIDComm1.OcxState"), System.Windows.Forms.AxHost.State)
I can't access most of the properties for HIDComm1 from vb.net, because they are readonly, because the control wasn't meant for vb.net.
Annnnyway, here's a link to usbhidio, but it wasn't meant to communicate with a PIC16C745.
http://www.programmersheaven.com/zone1/cat251/14462.htm
Link to comment
Share on other sites
1 answer to this question
Recommended Posts