搜索资源列表
myfunction
- matlab 功能强大 网上下载 据说是单片机和matlab串口通信-matlab download is said to be a powerful microcontroller and serial communication matlab
my_callback
- 实现PC机与单片机间的串口数据通信修改的回调函数-Serial data communication between PC and MCU modify callback
serial_communication
- 基于matlab的串口助手,能够实现单片机与电脑的串口通讯,并将数据实时显示在坐标上。-Based on matlab serial assistant, to achieve SCM and computer serial communications, and real-time data is displayed on the coordinates.
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to