I want to transfer data from a SH7727 target board to Windows through
USB protocol. How should I go about it? If i use the host controller on
PC,what is the procedure to access the USB port of the target board.
please help me out. I am stuck.

Re: USB Host controller on Windows by Leo

Leo
Wed Mar 08 03:49:41 CST 2006

<noor.fatma@gmail.com> wrote in message
news:1141800885.523542.166400@i40g2000cwc.googlegroups.com...
>I want to transfer data from a SH7727 target board to Windows through
> USB protocol. How should I go about it? If i use the host controller on
> PC,what is the procedure to access the USB port of the target board.
> please help me out. I am stuck.

First of all, you need to read up on USB basics: http://www.lvr.com/usb.htm

Leo Havmøller.



Re: USB Host controller on Windows by Vetzak

Vetzak
Wed Mar 08 04:24:04 CST 2006

(A) Read the USB core specification (www.usb.org)
(B) Read it again.
(C) Your target board has to be equipped with a USB device controller
(a B-plug). You connect this device controller to the USB host
controller (A-plug) on the PC side.


Re: USB Host controller on Windows by Robert

Robert
Wed Mar 08 05:24:37 CST 2006

To cite the information you provided in your earlier thread:

> Ok,I am developing virtual console for a SH7727 based board. The
> virtual console would run on desktop(windows) and would serve as
> display for the target board.The board has a USB host controller.
> whatever knowledge I have of USB communication, I understand that what
> I have to do is make host controller on SH7727 board communicate with
> the desktop application which I would be running as a peripheral.
> Please guide me.

The PC has a USB host controller and your board has a USB host
controller. This is a no-go situation. USB is a master-slave bus and
allows only one master = host controller on the bus.