Azzera filtri
Azzera filtri

Sending to Simulink for arduino serial monitor

2 visualizzazioni (ultimi 30 giorni)
WonGyu Park
WonGyu Park il 14 Nov 2020
Risposto: Vidip il 17 Gen 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.

Risposte (1)

Vidip
Vidip il 17 Gen 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 –

Prodotti


Release

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by