Hi Guys,
I’ve recently tried to get my head around the Reading and Writing Serial EEPROMs tutorial, I found on your site.
Truly compliment worthy!!
It can solve my problem of writing float variables into the EEPROM, and it is very educational reading it.
I managed quite easily to write some text to the EEPROM, using/managing it with the TeraTerm tool.
But retrieving that data from the EEPROM is a problem.
I hope you might help me out somewhat.
I am currently working with the Arduino ProMicro and all works like a charm.
But the device is not only controlled by the USB port but also powered up by it.
I wonder if that might have something to do with it.
First I compile and write the program into the ProMicro.
Then I have to make the connection with the PM on behalf of the TeraTerm tool.
If I do not disconnect the PM, the device keeps the connection occupied, presumably.
Disconnecting the PM, reconnecting it, and running the TeraTerm does not show any data transferred. (it stays “0”)
By disconnecting, the power also is gone, making the PM reboot. I can imagine the sketch not running automatically, so that might be the fault…
Is that a possible right diagnosis? How can I prevent that from happening?
Regards,
FTMZ