搜索资源列表
wuxianchuanganqi_chuankou_gui
- 在使用无线传感器接收数据,在matlab平台上建立GUI界面时,使用的GUI串口通信的程序,用于读取无线传感器的数据-Receiving data using a wireless sensor, built on the matlab platform GUI interface, use the GUI serial communication program for reading data from wireless sensor
data-collection-and-ansis
- 数据采集GUI与分析,可以读取与保存数据,用于串口控制-data collection and anlysis in GUI
matlaserial
- 读取串口调试助手保存的TXT文档,将连续两个8位合并为一个16位数据,然后进行图形化显示,分析了幅频特性,然后对其进行了低通滤波并画图-Read the serial debugging assistant TXT files saved in the continuous two 8 into a 16-bit data, and then graphically analyzed amplitude-frequency characteristics, and its low-pass fi
MatLabSerial-Read
- Matlab 利用GUI 实现了串口读取功能-Matlab GUI Serial Read and Write
实时串口数据显示程序 MATLAB
- 程序运行后从串口读取数据,并实时绘制出数据图形,可以直观的看到数据的变化
AttitudeReceive
- MATLAB读取串口姿态数据,并输出姿态波形图 -Read serial port profile data in MATLAB, and the output attitude waveform figure
CSharp
- JY901读取串口数据程序,用c#编写 可以读取模块的 加速度、角速度、磁力计等。-JY901 c# code
serial-communication--MATLAB
- 该源码主要是实现读取串口数据,并实时显示,程序主要有两部分,执行主程序serial_test就行,自动调协回调函数callback-The source code is to achieve read serial data, and real-time display, the program has two parts, the main program serial_test on the line, automatic attune the callback function callb
serial_matlab
- matlab读取串口数据,实时显示。 数据格式、串口设置可根据代码注释自定义 含test4与test5l两个例程,较为简单,后者需要开两个matlab(Do serial's data reading and real-time displaying by matlab, . Data format and serial settings can be customized according to code comments Containing test4 and test5l tw
OpenSerial_test
- Matlab串口通讯程序、读取串口数据、一个8bit、7296个8bit数据为一次读取的数据量、每两个8bit构成一个16bit数据(Matlab serial communication program, read serial data, a 8bit, 7296 8bit data for the one read data amount, each two 8bit to form a 16bit data)
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to