usb interfacing in C#
-
Hi.Kindly tell me how to interface usb using C# 1.1 .I want to design my own hardware and then insert into the usb port of the system,whether i have to write driver for this specific device or use vb6 control in C# for the above streaming device....thanks in advance.waiting for replys.... @hs@n
-
Hi.Kindly tell me how to interface usb using C# 1.1 .I want to design my own hardware and then insert into the usb port of the system,whether i have to write driver for this specific device or use vb6 control in C# for the above streaming device....thanks in advance.waiting for replys.... @hs@n
you could try the USB library over at http://www.icsharpcode.com for a raw USB C# implementation.
-
Hi.Kindly tell me how to interface usb using C# 1.1 .I want to design my own hardware and then insert into the usb port of the system,whether i have to write driver for this specific device or use vb6 control in C# for the above streaming device....thanks in advance.waiting for replys.... @hs@n
I've done a C# project with USB, using QuckUsb from Bitwise systems. I've even document some (still working on it) of the unmanaged APIs on PInvoke.net. /\ |_ E X E GG