Quote:
|
Originally Posted by Astronouth7303
On a similar thing, has anyone tried something so that you can change constants w/o downloading code again? I'm thinking that's going to be my summer project.
|
This would be a cool project to work on. I sketched out a simple version but never got around to writing it. I figured the easiest way would be to implement a Get() and Put() function to read and write to the EEPROM and add a proxy layer to marshal calls through the serial port. You would need to tell the PC which EEPROM addresses represent which variables, but that can be encapsulated in a config file. If you write it I would use it.