搜索资源列表
WindowsCEDeviceDriver
- 在此以串口驱动程序中初始化过程为线索简单讲一讲WindowsCE下驱动程序开发基础-this in the serial driver for initialization process as simple as talking about the clues driver under Windows CE Sequence development foundation
232_TCPIP
- 程序的最大缺陷: Windows把硬件驱动的接口都进行了抽象和标准化,串口也不例外,大部分的设备都可以通过文件操作API进行存储控制,如:CreateFile、ReadFile、WriteFile等,其实很简单。网上有个SerialPort的类写得还不错,我就直接拿来用了,只做了小小的修改以满足我的要求。原本的类一次只能收发一个Byte,根据需要我改成了512 Byte,需要重点提出的是,当收发多字节数据时,数据的正确性和完整性更需要自己保证,因为串口协议标准只是定义在物理层和数据链路层
SerialPort
- 实现串口通讯,基于c++的一个程序,简单实在
SerialSendData
- 简单的C#串口发送数据程序(适合初学者)
Eltima.Software.Virtual.Serial.Port.Driver.v6.0.1.
- VC++控件实现的串口通信,发送ASC2码,最基本最简单的串口通信程序,菜鸟请看-VC++ implementation of serial communication control, sending ASC2 yards, the most basic simple serial communication program, rookie see
tty
- linux下串口操作API,编写的一个简单linux下串口操作程序,可供参考-linux serial port operate under the API, written in a simple serial port under linux operating procedures for reference
PDATest
- Windows Mobile手持设备上实现蓝牙虚拟串口通信的一个简单例子,适合于初学蓝牙但有一定串口经验的程序人员参考。-Here is a simple example for programmer to learn how to convert Bluetooth stack to Comm communication.
itComm
- VC串口测试程序,入门例子,使用cnComm类,简单易用,使用MFC编程。-VC serial test, use cnComm and MFC.
tcp_client
- 简单的纯正TCP客户端程序,配置好TCP服务端的IP地址和端口号,即可按照纯正的TCP模式建立连接。我测试的时候用的是TCP串口调试助手,模拟TCP服务端-Simple pure TCP client program, configure the TCP server IP address and port number, you can in accordance with the pure TCP model to establish a connection. I tested with
70509357
- 一个简单的串口通信程序,便于初学者观看,()
0011097
- 串口通信程序,读取串口的模块,简单高效,可直接用于程序中()