搜索资源列表
vc++串口通讯
- 这是一个用visual C++编写的用于调试和单片机通讯的串口通讯程序。-This is a visual C with the preparation for debugging and communication microcontroller serial communication procedure.
串口调试程序(VB)
- Com口调试工具,里面有附有源码,如果有需要,可以作适当的改动。-Com debugging tool with a source inside, and if necessary, make appropriate changes.
Com_free
- 串口调试程序的源代码,用vc6。0做的,-serial debugging program's source code, with vc6. 0 done.
MFC_COMM
- VC编写的串口调试程序,程序中使用了Win32Port类进行编写,并且程序的使用非常方便,可以对串口写任意进制的数据和字符串,收数据也一样。-VC prepared by the serial debugging procedures, procedures used in preparing Win32Port category, and the procedure is extremely easy to use and can write arbitrary band serial dat
vb_jackey_rs232
- 简单的串口调试程序 用vb编写的,可以自行添加功能-simple serial debugging procedures used to prepare the vb can add their own functions
KongTiaoCeShi
- VB串口调试程序,用于通过串口控制空调,这是我写的第一个VB程序,写的不好,请大家不要见笑-VB serial debugging procedures for the adoption of Serial control air conditioning, which is the first I wrote a VB program, badly written, Please do not laughed at
COMTest12
- ce下串口调试程序 -ce Serial debugging procedures
串口调试助手源代码
- 类似与windows自带的串口超级终端程序的源代码,值得学习!
串口调试程序和代码(EVC、VC、VB.NET、C#版合辑)
- 串口调试程序和代码(EVC、VC、VB.NET、C#版合辑)
串口调试程序delphi.rar
- 串口调试程序,delphi7可编译
com VS 2010串口例程
- VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 -VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial
SendFile.bak
- 使用visual c++开发的串口文件发送程序,不像串口调试软件对发送文件大小有限制,波特率、串口数可调,命令行界面-The use of visual c++ Developed serial file procedures, unlike the serial debugging software to send the file size limitations, baud rate, serial number of adjustable, command-line interface
SerialPortByVB
- 串口调试VB源代码.可以实现串口接收,串口参数设置,并能保存相关信息,特别适合于对串口通讯有兴趣的程序员.-Serial debug VB source code. Can be achieved to receive serial port, serial parameter setting, and to preserve relevant information, especially suitable for serial communication to interested prog
SCOMMV23
- 用MFC编写的串口调试助手的程序。可以完全实现现在网上流行的串口调试助手,串口调试精灵的全部功能!并且编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! -MFC prepared using serial debugging assistant procedures. Can be fully realized online now popular serial debugging assistant, serial debug the full functiona
serial
- VB编写的串口调试助手程序,功能强大,学习的好帮手,建议大家-VB prepared the serial debugging assistant program, powerful, learning a good helper, it is recommended you take a look at
chuankou
- 串口调试 C语言程序 经测试通过 可以验证串口的功能实现-Serial debugging C language program can be verified by the test function of the realization of serial
mscomm
- 串口调试精灵,用于串口通信,一个极好的串口监视、调试程序-Wizard serial debugging for serial communication
VBCommeDug
- VB版串口调试程序,包含VB源码及安装文件,适合调试串口。-VBCommeDug
单片机串口程序
- 单片机串口程序,基于51单片机,已经调试成功
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S