搜索资源列表
-
0下载:
串口发送接收数据。可配置端口,波特率等。
发送可选择ASCII方式或HEX方式。
中断方式接收数据。
可以通过ADC和MCU可以把数据通过
串口直接发送到PC上让MATLAB分析-receiving data. Configurable ports, baud rate, and so on. Send option HEX or ASCII mode. Interrupt receiving data. Through the MCU and ADC data can b
-
-
0下载:
matlab编写的串口调试程序,用于串口数据的显示,matlab serial debugger written for the display of data from serial port
-
-
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
-
-
0下载:
matlab的串口函数使用,利用串口读数并操作-matlab serial port function, use, and operation of the use of serial reading
-
-
0下载:
a code which export a letter/array to serial port
-
-
0下载:
Using the Serial Port with a MATLAB GUI
-
-
0下载:
Using the Serial Port with a MATLAB
-
-
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下载:
改程序为一个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下载:
matlab 到VC++的一些串口及其转换文件的说明,可以实现两者之间的混合编程-matlab to the VC++ serial port and convert some documents that can be achieved between the two hybrid programming
-
-
0下载:
Entering data into the MATLAB serial port and display the information curved
-
-
0下载:
【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品
本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。.
本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点
-
-
0下载:
程序运行后从串口读取数据,并实时绘制出数据图形,可以直观的看到数据的变化
-
-
0下载:
matlab code for Real time Data plot serial port-matlab code for Real time Data plot serial port
-
-
0下载:
运用GUIDE功能编写的一个类似串口助手的MATLAB串口通信源程序-Using the GUIDE function to write a similar serial assistants MATLAB serial communication source
-
-
0下载:
在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to
-
-
2下载:
matlab编写的上位机界面,可实现串口数据接收显示,转化为图形(The upper computer interface compiled by Matlab can realize data receiving and displaying of serial port and convert it into graphics.)
-