avr_mdcart_sram_lite
diff doc/proto @ 5:abb348704dec
reads/writes to memory, not tested in the megadrive yet
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 12 Mar 2017 04:27:43 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/doc/proto Sun Mar 12 04:27:43 2017 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +commands 1.5 +-------- 1.6 + e<0|1> - echo on/off 1.7 + p - start programming 1.8 + b - boot 1.9 + a<addr> - address offset to read/write data 1.10 + w<value> - write value and increment address 1.11 + r - read value and decrement address. response: OK <value> 1.12 + 1.13 +All commands and responses are newline-terminated. On success the response 1.14 +starts with "OK", otherwise it starts with "ERR".