搜索资源列表
串口源码
- 我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
CheckMeter
- 多串口(18个串口)通信源码,用到了SQL数据库。
CommPort
- 此源代码介绍一个适用于Windows平台的串口监视,调试程序。这是我在vc串口通信书本上看到源码,共享一下
c#串口通信源码
- c#串口通信源程序
VB与单片机串口通信实例
- VisualBasic与51单片机通信实例
CnComm.rar
- CnComm,VC串口通信类最新版,包括所有源码和使用文档,CnComm, VC serial communication class the latest version, including all source code and the use of documents
Serial
- 非常 好用的VC下串口通信,非常非常简单易懂的源码-VC is very useful under the serial communication, very, very easy-to-read source
95302958VC++
- 串口通信编程源码 基于控件的编程 只能监听一个端口-Serial communication programming source programming controls based on a port can only monitor
SerialPort+Terminal
- C#的串口通信源码,尽供学习参考-C# The serial communication source and make a reference for learning
serialport_example
- 《Visual C++ 串口通信技术与工程实践》的源码-the source of <<Visual C++ serial communication technology and engineering practice>>
chap5-6
- Visual C++ 串口通信编程实践 第五章和第六章源码 -Visual C++ Serial communication programming practice, Chapter V and Chapter VI source
SerialApp
- VC++ 串口通信工程开发实例导航第一章 串口实现双击互联 源码-communication between PCs
CommWizard
- 串口编程调试精灵(VC++串口通信实例导航)源码-Serial Programming Debugging the wizard (VC++ Serial Communication instance navigation) source
yuntai
- 第3章 云台镜头控制系统(VC++串口通信实例导航)源码-Chapter 3, PTZ camera control system (VC++ Serial Communication instance navigation) source
serial_communication
- 网络结合的串口通信程序源码 其中包括两部分 (服务器应用程序和客户端应用程序)-Combination of serial communication network program source code which consists of two parts (the server application and client application)
CSerialPortComm
- vc串口通信及其实例的程序的源码,很不错的demo,极具参考价值-vc serial communication programs and source code examples, very good demo, great reference value
VC3
- 基于VC串行通信源码,可以设置端口,波特率,具有收发数据功能-Serial communication based on VC
MCOM
- C# 串口通信源码,可以远程连接串口服务器-a seri port comm src
MySerialCom
- 串口通信源码,windows平台,可发可收,独家提供。-serial communication source code, based in windows, can send and receive, exclusion supply.
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S