-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1
-
1Button-Devices
1 button device with bascom avr
- 2019-05-06 19:09:58下载
- 积分:1
-
MAX232
利用max232,实现51单片机和电脑的通信,使得电脑发一个数据在单片机上用流水灯显示。(Use max232, achieving 51 SCM and PC communications, making the computer sends a data on a single chip with a water light show.)
- 2013-08-30 15:46:26下载
- 积分:1
-
SerialPort_VS2010_MFC
基于SerialPort的串口调试助手代码,运行平台VS2010,MFC工程文件(Based on the serial debugging assistant SerialPort code, run the platform VS2010, MFC project file)
- 2020-10-10 09:37:34下载
- 积分:1
-
CharTerminal
说明: 简单的串口通讯例子,有主机,目标机组成,发送数据,接受数据(Simple example of serial communication, a host, target composition, send data, receive data)
- 2011-04-10 18:48:55下载
- 积分:1
-
serial-communication
利用C语言实现RS232串口上下位机通信的设计(Using C language to realize RS232 serial port communication up and down a machine design
)
- 2013-12-12 10:18:29下载
- 积分:1
-
VB
说明: 自动识别电脑有多少个串口,关自动加载!!!(Automatically identify the number of serial computer, turn off automatic loading
)
- 2012-01-04 09:37:44下载
- 积分:1
-
ADC-UART-VB
此程序实现了对串口输入的ADC数据和温度数据的实时曲线图显示。(This program realizes the serial input of the ADC data and temperature data in real-time graph display.)
- 2011-01-27 17:00:12下载
- 积分:1
-
chuankou
实现串口编程的功能,使用vc语言,功能比较多,可实现端口、流量等控制 (To achieve serial programming function, use the vc language)
- 2010-03-03 17:21:34下载
- 积分:1
-
SerialComm
基于vs2012的串口调试助手调试软件,简单清晰适合于初学者。(Based vs2012 serial debugging aides debugging software, is clear and simple for beginners.)
- 2020-09-27 18:27:45下载
- 积分:1