BS2sx Write Command
Sarah Rose
Posts: 7
I am using the 2sx, and im trying to store some variables to the EEPROM during runtime. I know using the DATA __, happens during compile time, but im trying to store variables calculated in the running program. I only have one program, so I dont see why I need to use the STORE function (which determines the program slots youre writing to..i think?), and I read somewehre that the default is to store it in the program slot that is currently running.
I have tried
WRITE location, variable
but when I connect it to my computer again I don't see the value stored in the EEPROM.
So, the question is this: How can I store a variable in the EEPROM during runtime?
Thanks!
I have tried
WRITE location, variable
but when I connect it to my computer again I don't see the value stored in the EEPROM.
So, the question is this: How can I store a variable in the EEPROM during runtime?
Thanks!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Yes. That's what I suggested as an alternative. Sarah Rose was hoping for some kind of automatic update which doesn't exist.