Connected IO Mode Fails for Arduino Clone Board (CH340)

Unable to run the model in Connected IO Mode for Arduino Clone Boards (serial to usb driver CH340).

Answers (2)

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
Thanks a lot for this answer, I was facing the same situation here, now it is ok.
Best Regards

Categories

Products

Release

R2023a

Asked:

on 17 May 2023

Answered:

on 19 Jan 2024

Community Treasure Hunt

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

Start Hunting!