搜索资源列表
PortCange
- PortChange是一个UDP和串口转换的一个模块,这个模块主要特点是可以任选窗口消息,事件,线程消息的一种来通知应用程序。-PortChange UDP and is a conversion of a serial module, main features of this module is optional window news, events, news of a thread to notify applications.
SerialPortEx
- 曾强版串口通讯,应用多态性质,更适合作为串口通讯的基类,取消窗口依赖和消息依赖-Has strong version of the serial communications, the application of polymorphism in the quality, it is more suitable as a base class for serial communication, the abolition of window-dependent and rely on the i
Rocket-Pro
- 通过主控界面程序不间断地发送串口指令到火箭基地等待消息响应,响应消息后主控界面会向另外一个界面窗口发送窗口消息通知其播放对应的火箭发射动画。-Continuously sent through the master serial interface program instruction to wait for a message in response to the rocket base, the master interface sends a message notification w
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于