当前位置:
首页 资源下载
搜索资源 - serial port matlab
搜索资源列表
-
0下载:
配合上传的C8051程序,通过串口接收心音数据,并通过图形显示。串口接收数据为中断方式。-With the upload process of C8051F020, through the serial port to receive heart sound data, and useing graphics to display.Received through the serial port interrupt.
-
-
1下载:
matlab访问串口的程序,包括:打开、关闭和清除串口对象;读串口、写串口;串口的数据流控制;还包括:怎么用matlab发送手机短信的例程;这是学习matlab访问系统硬件的原理,不可多得的经典例程!-matlab serial port access procedures, including: open, close and clear the serial port object read serial port and write serial port serial data fl
-
-
2下载:
智能温度系统设计,本设计主要通过以单片机为控制单元的温度采集、转化、显示并通过串口将数据传输到PC机,在PC机端实现数据的存储、分析、绘制波形。在以单片机技术和VC编程技术为基础提出了系统框架和具体的设计方案,用汇编和C语言从硬件电路和软件阐述了控制系统的总体实现,并利用按键、LCD显示等外围设备为用户提供服务,实现人机交互。-Intelligent temperature system design, primarily through the design to single-chip te
-
-
0下载:
a code which export a letter/array to serial port
-
-
0下载:
这个程序是四通道的串口通信代码,点击通信开始时,自动从指定串口接收并显示数据,可实现串口的切换-This procedure is four-channel serial communication code, click on the beginning of communication, automatic from the specified serial port receive and display data, enabling the switch serial
-
-
0下载:
从串口读取数据并翻译,采用触发事件功能接受数据-Read data from the serial port and translation, using the trigger event function to receive data
-
-
0下载:
Using the Serial Port with a MATLAB GUI
-
-
0下载:
Using the Serial Port with a MATLAB
-
-
0下载:
matlab通过串口接收指定帧格式的数据的程序,和大家共享-through the serial port matlab designated to receive the data frame format of the program, and share
-
-
1下载:
通过RS232串口将数据采集部分与计算机连接,利用MATLAB自带的工具可开发出通信与数据采集软件,通过人机界面完成对数据采集系统的通信与控制,可设计出有极强的数据处理能力的系统。-Through the RS232 serial port will be part of data acquisition and computer connections, the use of MATLAB built-in tools to develop communication and data acq
-
-
0下载:
a GUI code in Matlab for read and write on Serial Port, And Save Data in a xls file
-
-
0下载:
this document explains how to read and write binary data on a serial port using matlab.
-
-
0下载:
kpib.m contains code for GPIB and serial port communication for a number of scientific instruments, organized so that a single common command syntax can operate them all. For example, the command:
r = kpib(INSTRUMENT,GPIB, read )
will return the
-
-
0下载:
改程序为一个matlab使用串口的实例程序,能够够在工程开发中提供一个无硬件测试提供帮助。-this is an example matlab program of using serial port, it s convenient to use this for project test of data acquisition application .
-
-
0下载:
对MATLAB软件在控制领域的应用进行了详细介绍。内容包括使用DAS工具箱函数和ActiveX控件设计数据采集与控制程序;使用串口I/O流和MSComm控件设计串口通信程序等。每种程序设计方法都提供了多个典型应用实例,每个实例都提供了线路图、详细的程序设计步骤和完整的源代码可供自动化、计算机应用、电子信息、机电一体化、测控仪器等专业的大学生、研究生及相关技术人员学习和参考。 -MATLAB software in the control area of the application in de
-
-
0下载:
write and read from serial port. matlab code call c++ functions.
-
-
0下载:
运用GUIDE功能编写的一个类似串口助手的MATLAB串口通信源程序-Using the GUIDE function to write a similar serial assistants MATLAB serial communication source
-
-
0下载:
Bluetooth - Serial port redirection using matlab/simulink
-
-
0下载:
在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
-
-
1下载:
单片机串口发送数据,PC端建立matlab GUI界面接收串口数据,画图并保存数据(MCU serial port to send data, PC terminal to establish matlab GUI interface to receive serial data, draw and save data.)
-