RS232 on Speedgoat
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
with a Speedgoat Baseline and Simulink Real-Time I want to get data from a ultrasoundsensor via a RS232 serial Port. The discription of the Sensor says:
"Set the microcontroller's serial port to use 9600 baud at 8-N-1 (eight data bits, no parity, one stop bit).
To start measuring the distance, output a 0x55 over the serial port and read back the two byte distance in high byte, low byte format. The distance returned is
measured in millimeters. Use the following formula to obtain the distance as millimeters:
Millimeters = FirstByteRead * 256 + SecondByteRead"
The data collection should be done once every second.
Now I'm not familliar with serial ports and the examples here on the MathWorks page don't get me further either.
Can anyone hlep me with the Simulink Real-Time model or give me a hint on what to read?
Thank you for your help.
0 comentarios
Respuestas (1)
Diego Kuratli
el 15 de Sept. de 2019
To get started with serial communication with Simulink Real-Time, please check:
0 comentarios
Ver también
Categorías
Más información sobre Target Computer Setup en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!