登录 注册
当前位置:主页 > 资源下载 > 10 > MATLAB串口调试软件界面程序

MATLAB串口调试软件界面程序

  • 更新:2024-11-23 13:58:21
  • 大小:12KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:M

资源介绍

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)".