引言
用matlab也可以进行串口通信,matlab的toolbox很强大。其中Instrument Control Toolbox,The toolbox provides built-in support for TCP/IP, UDP, I2C, SPI, and Bluetooth® serial protocols for remote communication with other computers and printed circuit boards (PCBs) from MATLAB.
该篇文章只分享有关matlab串口通信的内容!
初始化数据区
buffer_data = [];
stop_reading = false;