Clear Filters
Clear Filters

Sending to Simulink for arduino serial monitor

2 views (last 30 days)
WonGyu Park
WonGyu Park on 14 Nov 2020
Answered: Vidip on 17 Jan 2024
I wanna send distance data in arduino serial monitor from sensor.
with serial comunication..
In simulink, I wanna use this distance data for input, in unit (Centimeter).
Please help me.

Answers (1)

Vidip
Vidip on 17 Jan 2024
I understand that you want to read distance data from an Arduino sensor and use it in Simulink.
You can use serial port 0 to communicate with other devices that have serial ports, or to communicate with a computer over the USB port. Each serial port supports one Serial Transmit and one Serial Receive block, one block per pin. You can run your model in the External mode for all the Arduino boards.
Also, you can refer to the below documentation to know about the detailed process of transmitting and receiving serial data –

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!