USB Duplicator Help


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2007
    Posts
    3

    Question USB Duplicator Help

    I am trying to build a USB duplicator device which combines the files from two USB flash drives into a single master location and then duplicates these master files to 10 other USB flash drives. My plan is to build 10 PIC microcontrollers (1 for each output port) and pull the data from a central master location. Vinculum has a great USB host IC so I don't have to learn too many USB details.

    Has anyone built a USB flash duplicator before? Any idea how I can setup a central memory or other data location that 10 PICs can read from at the same time?

    My goal is speed and looking for 4Mbps data transfer speed at each of the 10 ports. Any help is greatly appreciated!

  2. #2
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257

    Default

    This project sounds interesting and ambitious...

    I suspect your going to have to tackle this one in steps.

    What stage are you up to so far?

    Squib

  3. #3
    Join Date
    Jul 2007
    Posts
    3

    Default Update

    Well I've moved backward and forward. It turns out the USB IC I was going to use only supports USB 1.1, way too slow. So here are the steps I have:
    1. Via Mini-ITX computer (creates master fileset, acts as USB host controller, control station with LCD monitor)
    2. 3 USB hubs to daisy chain out to the 10 external ports from the host
    3. 10 microcontrollers, each port is pulling data to their respective USB flash drive in parallel

    Steps 1 and 2 are the most straight forward, my problem is still with step 3. I can't find a USB 2.0 IC for pic controllers. And can't figure out how each of these ports can use USB to pull data from a USB host?

    The whole thing reminds me of a hub repeater so I may look to use ethernet if nobody can help me connect these USB pic ports to the host mini pc.

    Again, any help is appreciated!

  4. #4
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257

    Default

    Ted,

    Why don't you just write a VB program to do the same thing, since your using a PC plugged into hubs and USB flash drives?

    It might be worth browsing some VB forums, you never know this may have already been done.

    I don't think PIC is the way to go.

    Squib

Similar Threads

  1. USB CDC Communications for Dummies!
    By Squibcakes in forum USB
    Replies: 104
    Last Post: - 15th January 2014, 13:43
  2. USB Bootloader.
    By HenrikOlsson in forum USB
    Replies: 22
    Last Post: - 2nd May 2013, 02:46
  3. Simple USB Comms Problem
    By awmt102 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 6th January 2010, 20:17
  4. One USB keyboard to Two USB Ports
    By picnaut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th June 2009, 00:04
  5. USB PIC without USB Connection
    By Tissy in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 26th December 2005, 17:39

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts