Author Topic: USB to USB data transfer WITHOUT PC  (Read 20270 times)

viram

  • Member
  • ***
  • Posts: 3
USB to USB data transfer WITHOUT PC
« 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

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: USB to USB data transfer WITHOUT PC
« Reply #1 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
« Last Edit: June 27, 2015, 09:47:50 am by Jan Axelson »

USB

  • Member
  • ***
  • Posts: 1
Re: USB to USB data transfer WITHOUT PC
« Reply #2 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 :)

Arvie

  • Member
  • ***
  • Posts: 2
Re: USB to USB data transfer WITHOUT PC
« Reply #3 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. ::)

Ron Hemphill

  • Member
  • ***
  • Posts: 19
Re: USB to USB data transfer WITHOUT PC
« Reply #4 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.

mdlayt

  • Member
  • ***
  • Posts: 40
Re: USB to USB data transfer WITHOUT PC
« Reply #5 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

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: USB to USB data transfer WITHOUT PC
« Reply #6 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

viram

  • Member
  • ***
  • Posts: 3
Re: USB to USB data transfer WITHOUT PC
« Reply #7 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.

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research

viram

  • Member
  • ***
  • Posts: 3
Re: USB to USB data transfer WITHOUT PC
« Reply #9 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

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: USB to USB data transfer WITHOUT PC
« Reply #10 on: April 07, 2011, 12:16:40 pm »
The links I gave are the best sources I know for Vinculum examples.

Jan