Open & Read & Write in USB port
-
:rose: hi can you help me about how can i open and read and write in USB port with visualc++ programming ? thanks alot :-)
asd1753 wrote: can you help me about how can i open and read and write in USB port with visualc++ programming ? Well, you can't. USB port is only gateway to devices that you control. Each device installs driver that you talk to. Many devices use the generic HID driver, download the ddk for docs/code.
-
asd1753 wrote: can you help me about how can i open and read and write in USB port with visualc++ programming ? Well, you can't. USB port is only gateway to devices that you control. Each device installs driver that you talk to. Many devices use the generic HID driver, download the ddk for docs/code.
-
asd1753 wrote: how can i write a driver for my device in using USB port ? Check Windows ddk. I recommend using the built-in hid driver and modify the device to support it.