Feeds
已回答
Send SERIAL commands from MATLAB GUI to Arduino
i modify it as suggested to void loop() { if (Serial.available()>0) { my_data = Serial.read(); ...
Send SERIAL commands from MATLAB GUI to Arduino
i modify it as suggested to void loop() { if (Serial.available()>0) { my_data = Serial.read(); ...
10 years 前 | 0