这个代码测试成功,能成功收发,本人已用虚拟串口验证通过
2022-04-15 09:18:36 9KB matlab 串口 gui
1
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串口简单程序,无需配置。记住将代码中的com口号改为你自己的com口号即可使用
2021-12-28 14:25:59 280B 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 编程实现的串口助手,可以实现电脑可用物理端口、虚拟端口的扫描,数据的收发等功能。
2021-11-15 17:11:34 10.35MB matlab 串口助手
1
matlab串口通信-基于MATLAB的MCU串行通信.pdf 不错的文章有点启发 适合作为毕业设计的一部分 基于MATLAB的MCU串行通信
2021-11-08 16:33:13 672KB matlab
1
MATLAB的按钮以及各种控件事件响应是依靠一种叫做回调函数(Callback Function)来实现的,自动生成的M文件中已经自动做好回调函数的名称和参数了,目前代码已经完成,可以使用。
2021-11-05 16:19:32 55KB matlab 串口
1
Matlab串口函数函数 说明 _____________________________________________________ serial 创建一个串口对象,格式:s = serial('coml' ) fopen 打开串口对象,格式:fope n( s) fread 读取串口数据,格式: fread(s) fclose 关闭串口对象,格式:fclose(s) free 解除Matlab对串口对象的控制,使 serial 其他程序能对该串口进行读写操作 delete 删除对象s,格式:delete( s) clear 从工作空间中删除对象s,格式:clear(s)
2021-10-27 19:59:14 100KB Matlab串口
1
使用的matlab的 APP Designer做的‘’串口助手” 。 可以实现串口的端口、数据位、奇偶校验、波特率等参数的设置 可以16进制显示和发送 时间戳方式的接收 并有指示灯提示,显示运行状态 仅供学习参考,不得盗用,商用请联系作者。
2021-10-13 19:30:14 38KB matlab 串口助手 数据转换 上位机
1