It sounds nice and easy, but it can get messy. Mtx uses a parallel config file system, one "static" set system wide and a shadow one in ~/.MegaTunix, which is unpopulated by default allowing the user to override system wide files or add their own custom ones. I could put in yet another hacky special handler for that control to do what you want, but I don't want to. I think that control being user changeable in SW is a bad idea. (thats something that should be HARDWARE changeable (jumper, dipswitch, etc), not software.Fred wrote:At the risk of having my head removed, how hard would it be to reconfigure the serial port to a different speed and rewrite the config (which seems to get overwritten anyway, i made some by-hand changes and they got nuked!! :-p)? It seems like you could just pass a message to whatever handles that and have it quickly re-init and carry on. Maybe something structural in mtx means thats not possible, but...
As for reflash, no. I believe that A (from above post) it's a different clock rate B you need a bdm C the code/binary isn't available anyway. I asked James the same question several days ago.
Thanks for the explanation and fixes. I'll try them out soon
Fred.
It IS doable, but its hacky and can lead to future issues (which config file again?). it would be the simplest and most elegant if the baud rate was fixed at 9600 with no chance of changing it...