avr_mdcart_sram_lite
view doc/proto @ 6:ff8af8351282
works
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 12 Mar 2017 23:43:41 +0200 |
parents | |
children |
line source
1 commands
2 --------
3 e<0|1> - echo on/off
4 p - start programming
5 b - boot
6 a<addr> - address offset to read/write data
7 w<value> - write value and increment address
8 r - read value and decrement address. response: OK <value>
10 All commands and responses are newline-terminated. On success the response
11 starts with "OK", otherwise it starts with "ERR".