PORTS Forum

Ports and Interfaces => USB => Topic started by: viram on September 09, 2010, 08:50:22 am

Title: USB to USB data transfer WITHOUT PC
Post by: viram on September 09, 2010, 08:50:22 am
I am an Electronics student and want to do a BE project title-" USB to USB data transfer WITHOUT PC "
Can this project be feasible, if yes then what steps i should follow regarding selecting controller or specifications.
Kindly suggest some sites for detailed view on this project.
Is there any OS to be written for simply memory copying process.
Thank you
Title: Re: USB to USB data transfer WITHOUT PC
Post by: Jan Axelson on September 09, 2010, 10:23:03 am
Every USB transfer is between a host and a device. The host can be a PC or an embedded system. For information about embedded systems that can function as USB hosts, see:

http://www.janaxelson.com/embedded_host.htm

Jan
Title: Re: USB to USB data transfer WITHOUT PC
Post by: USB on December 15, 2010, 11:32:03 pm
Yes...you can have such a device.
I have already implemented the embedded device which transfers data between USB devices without the intervention of PC/Laptop/Palmtop/Mobile Phone etc...
 and it works perfect :)
Title: Re: USB to USB data transfer WITHOUT PC
Post by: Arvie on December 16, 2010, 10:18:41 am
Yes...you can have such a device.
I have already implemented the embedded device which transfers data between USB devices without the intervention of PC/Laptop/Palmtop/Mobile Phone etc...
 and it works perfect :)

That's nice. ;D

Give us more info. ::)
Title: Re: USB to USB data transfer WITHOUT PC
Post by: Ron Hemphill on December 17, 2010, 04:21:07 pm
It sounds to me that you've developed a host that acts as a master to specific devices.  As Arvie wrote in his post, we'd be quite curious to hear more details about your "device" - especially what USB devices it works with.
Title: Re: USB to USB data transfer WITHOUT PC
Post by: mdlayt on December 21, 2010, 06:02:38 pm
Isn't this just exactly what "USB On The Go" is about?

I have to admit, I haven't noticed a single product featuring USB OTG, but I suspect at least one exists.

Mike
Title: Re: USB to USB data transfer WITHOUT PC
Post by: Jan Axelson on December 21, 2010, 10:09:08 pm
Yes, an On-The-Go device can function as a device and as a host that can access a limited number of peripherals.

Jan
Title: Re: USB to USB data transfer WITHOUT PC
Post by: viram on January 21, 2011, 02:09:32 am
On further work of project(USB to USB data transfer) I searched a FTDI device VF2F2...more or less it works same. Can this device be used as a reference for this  project, i didnt get its ckt schematic...can anyone provide some circuit or link regarding this project.
Title: Re: USB to USB data transfer WITHOUT PC
Post by: Jan Axelson on January 21, 2011, 09:48:36 am
FTDI documentation
http://www.ftdichip.com/Products/Modules/ApplicationModules.htm

Vinculum ebook (free)
http://www.usb-by-example.com/FTDI_Book_Examples.htm

Jan
Title: Re: USB to USB data transfer WITHOUT PC
Post by: viram on April 07, 2011, 05:09:52 am
thanx sir...we have completed hardware part for this project....can u provide some firmware or code for this. I've used FTDI's VNC2 ic and rigt now working on vinculum IDE
Title: Re: USB to USB data transfer WITHOUT PC
Post by: Jan Axelson on April 07, 2011, 12:16:40 pm
The links I gave are the best sources I know for Vinculum examples.

Jan