-
gjwsy
通过串口读取GPS的信息,并解析信息,显示经纬度以及其他的一些主要值,并将该经纬度值转化成大地坐标值(Read through the serial port GPS information and analysis information to display latitude and longitude as well as some other major value, and the latitude and longitude values converted to geodetic coordinates)
- 2016-07-15 17:09:46下载
- 积分:1
-
serial
可以向串口发送数据,或从指定串口接收数据 VC源码-基础编程-源程序代码免费注册下载(Can send data to a serial port, or from specified serial ports receive data source-basic programming VC-source code downloaded free registration
)
- 2011-12-12 11:39:33下载
- 积分:1
-
完整串口通信程序Vc++源代码
一个非常完整的川口通讯源程序,我费了很大功夫才把他找到。(a very complete source Kawaguchi communications, I spent a lot of time and energy only to find him.)
- 2020-11-21 14:29:37下载
- 积分:1
-
CommClient
使用MSCOMM控件,实现两台电脑通过串口进行通信的功能。(Use MSCOMM control, to achieve two computers to communicate through the serial port function.)
- 2011-07-21 10:58:17下载
- 积分:1
-
645-376.1
支持电力规约645,376.1等相关规约的485代码,支持常用电表控制信令代码,(Support the power of the Statute 645,376.1 Statute 485 and other related code, support for common control signaling code meter,)
- 2020-09-09 21:08:03下载
- 积分:1
-
串口自动检测
串口通信,对串口发出的数据进行读取和处理,进行检测(Serial communication, read and process the data sent by the serial port, and detect it.)
- 2020-06-17 10:40:02下载
- 积分:1
-
CAMERTERMINAL
串口拍照源程序,通过串口得到摄像头部分的JPEG数据,再把数据还原成JPG图像(Serial camera source, camera part of the JPEG data through the serial port, and then restore the data into a JPG image)
- 2013-01-30 21:26:21下载
- 积分:1
-
seircom
RS-232 通信调试程序,初学者适应。(RS-232 communications debugger, beginners to adapt.)
- 2009-03-23 14:41:40下载
- 积分:1
-
Serial-procedure-pc
串口调试助手源码,pc机与单片机通信,一般的串口程序编写过程(Serial procedure pc pc machine and the single-chip communication, the serial programming process)
- 2012-09-01 11:40:57下载
- 积分:1
-
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