Programming multiple Propeller USB protoboards in a finished project.
RobotWorkshop
Posts: 2,307
I have a project that currently uses a Propeller USB Protoboard as the main controller but want to add 2nd Propeller USB board as a co-processor. At the moment I have a short USB extension cable from the main Propeller board to to side panel for programming. I'd like to install a USB hub inside the case (and leave it there) so that both USB Protoboards can be left connected to the hub and I can then just plug a single USB cable into the port on the outside to program either board. If it works I can easily hit any more Propeller boards if I need extra's.
Has anyone else added a USB hub in a project to allow for programming multiple Propellers from a single USB cable?
Robert
Has anyone else added a USB hub in a project to allow for programming multiple Propellers from a single USB cable?
Robert
Comments
Essentially you connect/power up one of the props, associate with the IDE, then disconnet/power-off it, then connect/power-up the 2nd prop usb and associate (F7) the 2nd prop tool IDE, then reconnect/power-up the first. You will now be able to program both propellers at the same time from 2 different prop tools. Of course any C++/C#/VBasic/Java program that performs comms is separate from this and will not be affected as I also can run a java process communicating to a display board in my cubicle unaffected by the spin tool (total 3 FTDI comm ports in use).
http://forums.parallax.com/showthread.php?t=109333
thank you
/Michael O'Brien
http://www.ftdichip.com/Products/ICs/FT2232D.htm
and even a four port FT4232 in case you need it!
tubular
Robert
The Stamp IDE shows 7 com ports being used to address each stamp (see photo).
This runs off a BELKIN USB HUB which supplies the extra power needed to drive all the stamps at the same time.