Sending multiple data from GUI to Simulink using Arduino?

2 ビュー (過去 30 日間)
Berke Ogulcan Parlak
Berke Ogulcan Parlak 2020 年 5 月 30 日
編集済み: Berke Ogulcan Parlak 2020 年 5 月 30 日
Hello, I have three edit text in my GUI. When I press a button, I want to send these three values entered in edit text as follows.
fprintf(arduino,'%3d',data1,data2,data3);
Then I want to take the sent data package from Simulink and use it by parsing.
I - How can I send multiple data?
II - How can I parse the data package that comes to Simulink?

回答 (0 件)

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by