Reading Serial Data in Matlab
이전 댓글 표시
Hi everyone,
I need to get BME280 sensor values in Matlab for further processing. I've got the exact values of Pressure temperature and RH on the Arduino Serial Monitor. But when I attempt the same in Matlab using serialport and read commands I get random values. Is there anything I'm missing? I have attempted nearly all the MATLAB commands related to serial communication but I don't seem to progress anywhere. Can anyone help me out of this problem ?
I have checked the RS232 values using an emulator and crosschecked that the port is giving the required values...
Because of this small issue my whole project is stuck, please help me out of this...
댓글 수: 2
Mohammad Sami
2019년 12월 30일
Are you configuring the connection correctly ? (Baud rate, parity data bit, stop bit e.t.c.)
The available configuration options are shown in the documentation for serialport function.
Malaidevan
2019년 12월 30일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Serial and USB Communication에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!