How to set baud rate in the MATLAB® Support Package for Arduino®

44 ビュー (過去 30 日間)
Arthur Simen
Arthur Simen 2019 年 2 月 4 日
回答済み: Rohan Kale 2021 年 10 月 28 日
I know that there are many posts on the subject of how to set the baud rate for serial connections in the MATLAB Support Package for Arduino but I have not seen a definitive solution.
It seems to default to 9600. There was some guidance posted here https://www.mathworks.com/matlabcentral/discussions/maker/29-baud-rate-of-arduino-hardware-support-package but the suggestions do not work for the latest release.
Would setting the baud rate in the operating system work?
Thank very much.
Arthur
  4 件のコメント
Walkeronwater
Walkeronwater 2019 年 12 月 17 日
Hi Arthur. I encountered the same problem that I was trying to modify the Baud rate of my Arduino Uno set by the MATLAB Support Package for Arduino. Can I ask how did you solve it?
Rocío Bfdez
Rocío Bfdez 2021 年 10 月 26 日
Hi all! At the end, could you solve it? I have the same problem
Thanks in advance!

サインインしてコメントする。

回答 (1 件)

Rohan Kale
Rohan Kale 2021 年 10 月 28 日
Hi Arthur,
The BaudRate can be specified while creating an arduino object. The BaudRate defaults to 115200.
For example,
>> a = arduino('COM5','Uno', 'BaudRate', 115200);
>> a.BaudRate
Refer to the documentation page of arduino to know more about the option at
https://in.mathworks.com/help/supportpkg/arduinoio/ref/arduino.html

カテゴリ

Help Center および File ExchangeMATLAB Support Package for Arduino Hardware についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by