0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

message station > ..v0.20 > シリアル基本コマンド実装完了

Last updated at Posted at 2016-02-23

https://hackaday.io/project/9526-bring-your-own-pizero-byop
でBYOPの核となるMessage stationの実装

http://qiita.com/7of9/items/ba3a4ca8b05786f89239
の続き

v0.20 @ github

シリアルコマンド

通信プロトコル
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"と表示するが、シリアルでは応答を入れてなかった

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?