??? 09/14/06 17:59 Read: times |
#124321 - standard "USB port" response Responding to: ???'s previous message |
Satish S Munot said:
I also wish to use USB Port.
But I don not know which type of software should I have to use to debug the USB port as I use Hyper Terminal to debug Rs232 The following is the usual response one will get if one posts such a question on the USB-IF Developers' Forum: "You do not talk to the USB port. You talk to a USB device that is attached to a USB hub." How you talk to (and debug) the device depends on the device class you've chosen. You'll want to use a bus analyzer to debug how your USB device communicates with your computer. There are several software options which monitor the bus transactions, but people who do USB device development for a living use hardware analyzers. You really need to RTFS (read the fine specification (.zip, big)) before you start trying to "talk to the USB port." Good luck. You'll need it. -a |