Re: USB Function application testing
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Sat, 17 May 2008 20:50:12 -0700
mooni <mooni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I developed an application using libusb api's that runs on my host pc and
communicates with any device on physical usb port. Till here its fine and its
quite good to test any host application.
But now I want to write function side application and want it communicate
with windows host. How can libusb help me in this case? It looks a bit
difficult as PC needs to be able to treat the application just as if it were
a real USB mass storage device sitting in a USB port. I hope you ppl. have
got my point.
In simple words I want to write USB function application and want it to
communicate with my host PC. what are the possible options as PC does not
have any function/device port in it so how to do this kind of communication?
You already asked this question on the libusb mailing list. The answer is
the same on this list: not possible.
The problem is not software. The problem is HARDWARE. The host controller
in your PC can only be a USB master. It cannot act as a USB device.
Some of the platforms used for Windows CE have both a USB host controller
chip and a USB device chip.
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- Follow-Ups:
- Re: USB Function application testing
- From: mooni
- Re: USB Function application testing
- References:
- USB Function application testing
- From: mooni
- USB Function application testing
- Prev by Date: Re: Install usbccgp.sys in Windows 2000 system
- Next by Date: Where to read messages about VSS writer?
- Previous by thread: Re: USB Function application testing
- Next by thread: Re: USB Function application testing
- Index(es):
Relevant Pages
|