搜索资源列表
串口助手源程序
- 基于vc得串口通信助手的源程序,对于高通信的兄弟有帮助。-source code of serial communication based on visual C++. it s very helpful to those interested in communication.
串口源码
- 我个人收藏的c++builder源代码文档,介绍了串口通信的开发-some C++ builder documents collected by myself, which are mainly on serial port
C++SPI
- 开发的关于串口通信的C++上面的ARM通信测试文件,学习了从上到下的
C语言实现串行通信接口程序
- c语言实现串口通讯的两个例子,分别为中断式和询问式两种-serial communications, the two examples were interrupted and asked-two -
c#串口通信源码
- c#串口通信源程序
基于windows api的RS232串口程序
- 采用WINDOWS API函数编写的RS232串口程序。程序详细展示了windows串口通信的实现过程,包括超时设置,DCB设置等,串口工作方式是较为容易实现的同步方式,适合初学者。 程序采用C++程序编写,但稍有类和对象概念的C程序员一样能够轻松看到程序。
sourcestudy
- 文件中有C和DELPHI程序源代码,有蓝牙,移动电话,串口与计算机连接通信以及通信软件源代码等.-paper C and Delphi source code, Bluetooth, mobile phones, Serial communication and computer connectivity and communications software, such as source code.
Visual-C++-serial-communication-technology
- 这是一本介绍具体硬件串口通信的资料,是英文的原版资料-This is a serial communication on specific hardware information is in English of the original data
SerialPort+Terminal
- C#的串口通信源码,尽供学习参考-C# The serial communication source and make a reference for learning
CSharpCOMSocket
- C#版串口通信编程(接收和发送数据)-C# version of the serial communication programming (receiving and sending data). .
chuankou
- 能够实现简单的串口通信简单易懂,非常适用于初学者-can implement simple communication by serial interface
CRC
- 在串口通信时为避免错误,常用到检错编码,这里是CRC检错的实现函数,C++编写的,希望对大家有帮助!-Serial communication in order to avoid error, the error encoding used here is the realization of CRC error detection function, C++ to prepare, and I hope all of you help!
chap5-6
- Visual C++ 串口通信编程实践 第五章和第六章源码 -Visual C++ Serial communication programming practice, Chapter V and Chapter VI source
ComPort
- 串口通信C++源代码 windows平台下 希望对大家有用-Serial Communication C++ source code windows platform hope to be useful
[Visual.C.Turbo.C
- VC++ 串口编程与通信 单片机 与 PC机通信-VC++ Serial communication microcontroller programming and communication with the PC,
SeriaPortCommunication
- 用C#做的串口通信程序,测试一通过,可以双击通信,也可以和下位机通信!-To do with C# serial communication program, the test was passed, you can double-click Communications, and the next crew can communicate!
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
C++ Builder与RS-232串行通信控制
- 适用于BorlandC++串口开发,内容详细,大大提高串口开发速度。()
非常好用的串口通信类
- 非常好用的串口通信类,支持线程安全,也可以在WINCE环境下使用。内含使用说明以及示例。