USB port usage
Posted: Fri Apr 25, 2008 6:51 pm
I'm sorry if this has been answered.
But, how do you send and receive information on a USB port?
The USB port chip driver is installed in windows, but I cannot find any clear documentation unlike COM Serial ports.
These companies that make drivers for their hardware have to be going through some Microsoft interface.
Any purebasic code demonstrating how to send and receive packets to a device on a port would be helpful. It doesn't have to be device specific as the Devices' driver interprets the command sequence.
I want to get live video off my expensive Cannon camera. The software that came with it can get live video on screen for remote picture taking, but it can't be routed to another software, meaning they are send a sequence of commands to the camera to tell the camera to send the video back.
So basicly anyway to monitor the usb data sent to the device so I can copy it in my own software, and send/receive from my own software?
Thanks.
But, how do you send and receive information on a USB port?
The USB port chip driver is installed in windows, but I cannot find any clear documentation unlike COM Serial ports.
These companies that make drivers for their hardware have to be going through some Microsoft interface.
Any purebasic code demonstrating how to send and receive packets to a device on a port would be helpful. It doesn't have to be device specific as the Devices' driver interprets the command sequence.
I want to get live video off my expensive Cannon camera. The software that came with it can get live video on screen for remote picture taking, but it can't be routed to another software, meaning they are send a sequence of commands to the camera to tell the camera to send the video back.
So basicly anyway to monitor the usb data sent to the device so I can copy it in my own software, and send/receive from my own software?
Thanks.