https://hackaday.io/project/9526-bring-your-own-pizero-byop
でBYOPの核となるMessage stationの実装
http://qiita.com/7of9/items/ba3a4ca8b05786f89239
の続き
シリアルコマンド
通信プロトコル
http://qiita.com/7of9/items/a62a6f21b00923fe3658
実行例
シリアルモニタの入力例
hello,1,7of9
check
post,Vital,hello_Vital,0
bye
hello,2,Vital
check
get
bye
シリアルモニタの出力例
hello,7of9
check,0
[DEBUG] proc_post > line126 > post,Vital,hello_Vital,0
rcver:Vital
msg:hello_Vital
bye,7of9
hello,Vital
check,1
get,hello_Vital
bye,Vital
DONE: 一部デバッグ用出力(rcver:xxx, msg:xxx)が残っている。
TODO: 電源OFFでメッセージが消える鬼仕様。SPIFFS使用など検討中。
TODO: postした時にLCDには"msg,posted"と表示するが、シリアルでは応答を入れてなかった