Simple GUI for serial port communication

版本 1.1.0.1 (14.2 KB) 作者: Roger Yeh
Set up a serial connection to send and receive messages.
16.2K 次下载
更新时间 2016/9/1

查看许可证

This simple graphical user interface (GUI) allows you to quickly set up a serial port for simple communication.
There are two versions - Serial_GUI and Serial_GUI_noICT. Serial_GUI requires the Instrument Control Toolbox because it calls the INSTRHWINFO function to check for all available serial ports and automatically populates the upper right-hand corner listbox. Serial_GUI_noICT generates a list of serial ports (COM1 through COM12). These ports may or may not be available. Furthermore, there may be availabe ports not listed.

The port and baud rate can be specified, but only when disconnected. If connected, disconnect the serial connection first, make the changes, and re-connect.

[Note: This example was created in MATLAB R2009b, but has been tested to work on releases back to R2007b. May work on earlier releases as well.]

引用格式

Roger Yeh (2024). Simple GUI for serial port communication (https://www.mathworks.com/matlabcentral/fileexchange/26371-simple-gui-for-serial-port-communication), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Instrument Control Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.1

Updated license

1.1.0.0

Added screenshot. Changed the note on compatible versions.

1.0.0.0