1.基于Matlab2022a设计 2.将文件放在Matlab路径中 3.打开.mlapp文件即可 4.可实现串口的打开,关闭,数据的发送,接收和显示 5.可自动读取设备串口端口
2022-04-13 12:08:36 62KB matlab 串口调试助手 AppDesigner
1
MATLAB 串口调试工具 对数据流进行平均及求标准差操作 GUI显示、可改串口参数、数据/图像保存 详细注释帮助快速开发
2021-12-29 10:58:36 15KB MATLAB 串口工具
1
MATLAB开发的串口调试工具 % UART MATLAB code for uart.fig % UART, by itself, creates a new UART or raises the existing % singleton*. % % H = UART returns the handle to a new UART or the handle to % the existing singleton*. % % UART('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in UART.M with the given input arguments. % % UART('Property','Value',...) creates a new UART or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before uart_OpeningFcn gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to uart_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)".
2021-12-08 21:55:00 12KB MATLAB 串口
1
本程序是MATLAB开发的一个实时传感器显示小工具,具备串口调试助手的全部功能。主要用于十六进制发送,十六进制接收。 本程序是在《MATLAB串口调试助手实例源代码》的基础上开发的,解决了其在64位系统的适配问题,并给出了一个简单的传感器实时数据显示的GUI操作方案。 https://download.csdn.net/download/suzhouzhouchunhua/3341537
2021-05-05 18:14:06 46KB MABLAB 串口调试助手 USB通信 64位系统
1
利用MATLAB书写的一个串口调试助手,不仅可以实现在线串口调试功能,而且是各位学习GUIDE界面很好的一个学习题材,希望此文档能够对您在MATLAB学习中起到帮助。
1
非常好的Matlab 串口调试助手源码 ,可供参考开发
2019-12-21 21:12:18 12KB Matlab 串口调试助手源码
1
win32位安装的MATLAB由于含有Gauges的工具包,使得它可以运行含有LED Control ActiveX控件的GUI,win64位的MATLAB由于没有便会报错,“创建控件失败”,如下所示,上传的这个,可以在Win64位上运行,且不报错!
2019-12-21 20:56:43 57KB MATLAB 串口调试
1
利用MATLAB书写的一个串口调试助手,不仅可以实现在线串口调试功能,而且是各位学习GUIDE界面很好的一个学习题材,希望此文档能够对您在MATLAB学习中起到帮助。
1