Propeller Tool with multiple Prop chips and a single development host...
ght_dak
Posts: 15
I have 2 prop chips I'm working on simultaneously.· My strategy has been to only have one connected at a time when debugging...
But this is becomming increasingly problematic as I'm using the port for other serial operations and, well, the Propeller Tool isn't talking with the right chip...
Is there a way to get the Propeller Tool to point at a particular chip when multiple chips are nailed to a single development host?
Even better would be a strategy to have multiple instances of the Propeller Tool up each talking to a specific chip... but I'm willing to go one step at a time.
-glenn
·
But this is becomming increasingly problematic as I'm using the port for other serial operations and, well, the Propeller Tool isn't talking with the right chip...
Is there a way to get the Propeller Tool to point at a particular chip when multiple chips are nailed to a single development host?
Even better would be a strategy to have multiple instances of the Propeller Tool up each talking to a specific chip... but I'm willing to go one step at a time.
-glenn
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
www.norfolkhelicopterclub.co.uk
You'll always have as many take-offs as landings, the trick is to be sure you can take-off again ;-)
BTW: I type as I'm thinking, so please don't take any offense at my writing style
can't just cut the comms with the computer because I'm using the serial port with an app on the host.
I can make it work with the proper sequencing... but its becomming painful pulling wires, plugs etc.
Seems like it would be easier if I could set the port on the Propeller Tool... Keep the lookup capability but be able to override.
-glenn
1) start two instances of PropTerminal(in two different folders)... whether this will
2)allow you to load two different binaries to two different Props on two different com ports...?
Rich
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
I like the way you think!
Richard
See my new post concerning parallel comms between chips.
The really tricky bit is I'd like to keep the comms open for dumping data to my custom application on the host. The Prop Tool does a scan for propellers and finds the one it finds... no way to control which COM#.
Fortunately, I did find a way around this for now. Basically, I make sure my custom host application is talking with the chip I'm not programming, then the Prop Tool can't get to that COM port and finds the other... So, I'm good for now...
but, it seems like there would be a strategy to fix the COM# on the Propeller Tool.
-glenn
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.