搜索资源列表
visual
- visualc串口通信编程实践,学习用书
Win32communication
- Win32下的几种串口通信编程 关键字:串口通信,CreateFile,MSCOMM32控件,嵌入汇编
200811910584158192
- 串口通信编程的串口库,有例程,将原来的API变为后台,直接调用此例的库函数即可,非常实用。
SerialPortTest
- 通信协议在串口通信编程中的实现,就是如何处理数据包,即发送时如何根据通信协议对数据进行打包,接收时如何根据协议对接收到的数据信息拆包,并取出自己想要的数据信息。
串口通信测量视力
- 采用CSerialPort类实现串口通信,利用单文档编程实现视力测量表,具有测量视力的功能
基于蓝牙通信的VC编程代码
- 基于蓝牙通信的VC编程代码,主要有蓝牙串口通信等功能-Bluetooth-based communication of VC programming code, there are features such as Bluetooth serial communication
SerialPortTest-3.0
- 串口通信编程第三次作业,应用CSerialPort类编制基于对话框串口通信程序。-Third serial communication programming operations, the preparation of dialog-based application CSerialPort class serial communication program.
serialms
- 这个是串口通信编程,里面包括报告,用MFC编写的,含有文件传输,不过仅限于文本传输-This is a serial communication program, which includes a report prepared by MFC, which contains the file transfer, but the text is limited to transmission
communicationPC
- 数据采集与工业控制、串口通信、虚拟设备编程、监控组态软件编程-Data acquisition and industrial control, serial communication, virtual device programming, monitoring, configuration software programming
SCOMMV23
- 串口通信精灵的源代码,希望对大家对VC的通讯编程有所帮助-Serial Communication Wizard source code, I hope all of you on the VC communication programming help
CSharpCOMSocket
- C#版串口通信编程(接收和发送数据)-C# version of the serial communication programming (receiving and sending data). .
MSCOMM
- MSCOMM串口通信编程 是本人自己写的我感觉这个很好 不信可下来-MSCOMM
chuankoutongxindaquan
- vb串行口通信 你还想要什么 Visual Basic与 RS-232 串行通信控制(最新版 串口通信编程大全-nothingandeverythingVisualBasicRS-232
chap5-6
- Visual C++ 串口通信编程实践 第五章和第六章源码 -Visual C++ Serial communication programming practice, Chapter V and Chapter VI source
CommWizard
- 串口编程调试精灵(VC++串口通信实例导航)源码-Serial Programming Debugging the wizard (VC++ Serial Communication instance navigation) source
transportcommunication
- 直接从底层编程,用CreateFile()打开串行口,且说明了线程的应用,对于想了解串口通信底层的读者可以读者读读,对于想轻轻松松地完成编程任务的朋友,就不用看了,-transportcommunication
APICom
- vc++ api编程用于VC++串口通信这是个例子-vc++ api programming for VC++ Serial communication is an example
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S
串口通信API
- 在windows api编程下实现串口通信的发送与接收(The realization of serial communication sending and receiving)
Windows API串口编程参考
- Windows API串口编程参考,串口通信相关的32位的Windows API函数进行介绍(Windows API serial port programming reference)