-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
What steps will reproduce the problem?
1. When i add to project USBHIDDriver.csproj
2. Or Add the dll to my project
3. using USBHIDDRIVER;
I'm able to instantiate
USBInterface usb = new USBInterface("VID_04C5","PID_1090");
However when i do the following
usb.Connect();
i get an error that says usb is a field but is used as a type...Can you guys
help me out on this. Thanks...Yaw
What version of the product are you using? On what operating system?
Windows 7 32bit
Please provide any additional information below.
Original issue reported on code.google.com by [email protected]
on 22 Feb 2012 at 3:10