Load/Save
Opened this issue · 4 comments
thejpster commented
We need commands to load to RAM from the UART and save RAM to the UART. Maybe X-Modem? Y-Modem? Z-Modem? Kermit?
thejpster commented
Have a raw load routine which reads in hex, but there's no checksums so sometimes you get corruption.
thejpster commented
The hex load routine now emits an acknowledgement byte after every four bytes / eight hex nibbles. This allows the load tool to rate limit itself and uploads are now much more reliable.
Still no mechanism for getting data off the board though.
thejpster commented
Should just write a uart ram dump routine.
thejpster commented
Can load from SD card.