how to start programming in USB
-
Hello friends...can anyone guide me how to start programming for USB Interface in VC++ since iam new to VC++ as well USB Port. Thanks prav prav
-
Hello friends...can anyone guide me how to start programming for USB Interface in VC++ since iam new to VC++ as well USB Port. Thanks prav prav
You never access the USB port directly like you would do for a serial port. Instead, you work with a device driver that interract with your hardware. Now, it depends a lot of the device with which you want to communicate, as the drivers are very specific. So, which kind of hardware are you using ?
Cédric Moonen Software developer
Charting control [v1.2] -
You never access the USB port directly like you would do for a serial port. Instead, you work with a device driver that interract with your hardware. Now, it depends a lot of the device with which you want to communicate, as the drivers are very specific. So, which kind of hardware are you using ?
Cédric Moonen Software developer
Charting control [v1.2]Thanks for posting a wonderful topic... Even i have the same qustion to ask to all.. I have finger print sensor and i have to access the finger print data using the vc++ code, Drivers for the device is installed in my machine with regards :(
||SnAkeBed||
-
Thanks for posting a wonderful topic... Even i have the same qustion to ask to all.. I have finger print sensor and i have to access the finger print data using the vc++ code, Drivers for the device is installed in my machine with regards :(
||SnAkeBed||
I already answered your question. Did you read that? Because I have no memory of you responding. Iain.
Iain Clarke appearing in spite of being begged not to by CPallini.