問題タブ [teensy]
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から処理にデータを送信します
デフォルトのシリアル(Serial.begin(9600))がすでに大きなプログラムに使用されているため、Arduinoティーンジーから処理にデータを送信するには別のシリアルを使用する必要があります
どのシリアルから受信したいかを変更する方法についてのリファレンスを読み込もうとしています ( https://processing.org/reference/libraries/serial/Serial.html )が、変更できるとは思いません
処理で「hello world」を繰り返し取得することを期待していましたが、コードの書き方がまったくわからないので、シリアルからではなくシリアル2から値を取得できます