COMMANDS | ||
---|---|---|
HELP | '?' | |
PING | 'P' | |
ZERO | 'Z' | |
VIEW | 'V' | |
CHAT | <address> 'c' <string> | |
READ | <address> 'r' <memoryID> | |
WRITE | <address> 'w' <memoryID> <value> | |
Entering nothing displays the last message received |
PARAMETERS | |
---|---|
<address> | address of processor ('a' to 'z') |
<memoryID> | memory location ('0' to '9') |
<string> | message to send |
<value> | value to assign ('0' to '255') |
main.c |
SharedMemory.h
SharedMemory.c
| |
Serial.h
Serial.c
| |
I2C.h
I2C.c
| |