|
Usb help
I need to send and receive information through a USB port, so I can control certain machine on the other side. The data goes through a USB to serial cable, so I'm only interested in sending data
The thing is I've been searching for a USB API for VC++, and I can't seen to find any functions or libraries that might get the job done. I've read some things about creating a driver for the device I'm supposedly connecting, yet there's no device here, only a cable to transfer data!
So if anyone has some page where I can read how to pull this off (libraries or functions), or some sample code, it would most definitely be appreciated.
Thanks in advance! See you!
|