搜索资源列表
串口开发
- 下面是串口通信开发的部分原码,自己写的,可能有些错误,希望大大家指教.-Below is a serial communication part of the original development of the code, wrote it myself, may be some mistakes and we hope that the shortage.
串口调试助手源程序1
- 串口调试助手说明讲解了串口开发的要素, 从结构到代码都给了详尽的解释-serial debugging aides note on the development of the serial elements, from structure to the source gave a detailed explanation
CserialPort_demo
- 一个非常实用的多线程串口开发工具类
Labview serial assistant串口通信控制方式
- 针对在LabVIEW开发环境下传统串口通信控制方式的弊端,提出了另一种控制方法,即在LabVIEW中利用ActiveX控件容器,调用第三方提供的ActiveX控件—MSComm控件,实现对计算机串口的通信管理,并结合一数据采集系统给出了实例,In the LabVIEW development environment for traditional serial communication under the control of the disadvantages of an alternat
comsms.类似串口调试助手的AT调试助手
- 类似串口调试助手的AT调试助手,在开发GSM/GPRS模块时有一定的帮助,Similar serial debug debug AT assistant aides, in the development of GSM/GPRS module will certainly help
serialToolsPack.集串口调试,串口虚拟
- 集串口调试,串口虚拟,串口数据监视一体的工具包,开发串口必备工具箱!!!,Set debug serial port, virtual serial port, one serial port monitoring tool for data packets, the development of essential toolbox serial! ! !
SerialPortTest
- (为了能下载,真不舍得)一个非常详细的串口开发例程。详细讲述了串口通信协议的编制,数据校验的实现。-(In order to be able to download, I really can not blame them) a very detailed routine serial development. Detailed account of the serial communication protocol preparation, data validation implementa
越狱iphone串口调试程序
- 一个iphone串口调试程序,可以在越狱的iphone上进行iphone的串口开发,代码内有详细注释。-An iphone serial debugger, you can escape the serial iphone iphone on the development of the code with detailed comments.
串口调试工具源代码
- 串口调试工具开发源代码,可以根据需要增减模块(Serial debugging tool development source code)
delphi串口通信工程开发实例导航
- 多个串口通讯例子,包含很多实用的串口通信实力,对初学者和有帮助(Multiple serial communication example, very easy to use)
串口V3
- 用VC++MFC开发的上位机的串口通讯,发送并接收下位机数据(Serial communication of upper computer)
串口调试助手
- 下位机串口功能调试辅助工具,方便单片机串口功能开发调试。(The lower machine serial port function debugging AIDS, convenient single-chip serial port function development and debugging.)
sscom32-串口调试工具
- 一个用于调试串口调试的工具,可以查看所有的串口,方便开发串口编程(A debugger for debugging serial ports, you can view all the serial ports, to facilitate the development of serial programming)
串口调试助手源代码VC++6.0-L
- 本软件基于C++语言开发,可进行串口通信测试,通信状态监测等(The software based on C++ language development, serial communication test, communication status monitoring)
GPS数据提取 串口操作 vc++6.0环境
- 用串口开发的GPS数据提取程序,通过实际应用,切实可用!(GPS data using serial development program, through practical application, practical!)
C#SerialPort控件开发串口通信程序的例子 源码
- 串口工具的实现,VC++ 完整串口通信程序(发送和接受)(The implementation of serial port tools)
VB开发的串口与三菱FX PLC通讯源码
- VB开发的串口与三菱FX PLC通讯源码(Communication with MITSUBISHI PLC)
C#2005串口Mudbud
- Modbus源码 vs2008开发基于MODBUS的RTU 串口通信 可重新编译用于wince,完整的C#源码,用开发工具VS2008开发,经测试可用,可重新编译用于wince开发!谢谢收藏!(Modbus source VS2008 development MODBUS based RTU serial communication can be recompiled for WinCE, the complete C# source code, developed by VS2008, is
Visual C++实践与提高 —— 串口通信与工程应用篇
- 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于