Connected IO Mode Fails for Arduino Clone Board (CH340)

조회 수: 11 (최근 30일)
Monalisha
Monalisha 2023년 5월 17일
답변: Lúcio 2024년 1월 19일
Unable to run the model in Connected IO Mode for Arduino Clone Boards (serial to usb driver CH340).

답변 (2개)

Monalisha
Monalisha 2023년 5월 17일
Serial to USB Convertor CH340 limits the baudrate to 115200bps. Since the default baudrate set in Connected IO mode is 921600bps,limits the connected IO Operation.
Try reducinng the baud rate to 115200bps.
Also the IO Client object deletion needs to be done before trying again in connected IO Mode with lower baudrate, fix is provided for 23a and 23b

Lúcio
Lúcio 2024년 1월 19일
Thanks a lot for this answer, I was facing the same situation here, now it is ok.
Best Regards

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by