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!