問題タブ [sim900]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
arduino - arduinoのSIM900でSMSの問題を受信する
SIM900 での SMS の受信に問題があります。私たちのプログラムによると、送信した SMS は特定の形式でなければ受け付けられません。たとえば#m1
、Arduino への送信では緑色の LED をオンにし、その他のテキストはプログラムで無視する必要があります。しかし今、私たちのプログラムは、テキストの内容に関係なくすべてのテキストを受け入れ、関係のない赤い LED をオンまたはオフに切り替えます。
コードを見て、どこに問題があるかを見つけてください。