How can i access the usb port in VC#.net 2003 and framework1.1
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi , i want to use USB for reading and writing the data in VC#.Net 2003 and framework 1.1 How can i access that plz help on this topic Thanks
-
Hi , i want to use USB for reading and writing the data in VC#.Net 2003 and framework 1.1 How can i access that plz help on this topic Thanks
You really need to be more specific. Are you wanting to read and write data onto a USB flash drive, you merely have to address it as any other drive. Otherwise, you need to access it through the API of the driver, or write your own driver for the hardware. Check with the hardware manufacturer for a development kit.