How to compare string from Serial.read()?

后端 未结 6 2481
遇见更好的自我
遇见更好的自我 2021-02-09 11:07

I have this code below where I got from this forum that I followed through. It did not work for me but they claim that the code is fine. I already tried several string compariso

6条回答
  •  忘掉有多难
    2021-02-09 11:19

    I see you try to create some like command line interpreter for test;

    You can use Serial command line interpreter for Arduino or just see code, how it's work.

    This is not answer, but some help =)

提交回复
热议问题