文件名称:matlab串口通信基础讲义
介绍说明--下载内容均来自于网络,请自行研究使用
在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to read serial data, query and interrupt. When a serial communication is carried out in the way of query, if a large number of data are sent to the PC in batch, the buffer area of the serial port must be inquired, and the data is read.)
相关搜索: matlab
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
matlab串口通信基础讲义.doc | 24576 | 2015-08-31 |