登录
首页 » Visual C++ » UartAssist

UartAssist

于 2021-04-22 发布 文件大小:158KB
0 347
下载积分: 1 下载次数: 616

代码说明:

  这个是非常流行的串口调试工具的VC++源代码,对于需要深入了解串口通信的朋友非常有帮助,需要的朋友可以看看。(This is a very popular tool for serial debug VC++ source code, the need for deeper understanding of serial communication very helpful friend, a friend in need can take a look at.)

文件列表:

UartAssist
..........\AnimateDlgIcon.cpp
..........\AnimateDlgIcon.h
..........\HYPERLINK.CPP
..........\HYPERLINK.H
..........\LABEL.CPP
..........\LABEL.H
..........\PushPin.cpp
..........\PushPin.h
..........\ReadMe.txt
..........\RES
..........\...\ANIM.BMP


..........\...\CURSOR1.CUR

..........\...\GREEN.ICO
..........\...\ICON_GRE.ICO
..........\...\ICON_NOT.ICO
..........\...\icon_not1.ico
..........\...\ICON_ON.ICO
..........\...\ICON_ON1.ICO
..........\...\OFF.ICO
..........\...\Pinned.bmp
..........\...\Pinned2.bmp
..........\...\RED.ICO
..........\...\SCOMM.RC2
..........\...\UNPINNED.BMP
..........\...\xiaofengstudio.bmp
..........\...\xiaofengstudio.ico
..........\RESOURCE.H
..........\SCOMM.APS
..........\SCOMM.clw
..........\Scomm.cpp
..........\SCOMM.DSP
..........\SCOMM.DSW
..........\SCOMM.H
..........\SCOMM.NCB
..........\SCOMM.OPT
..........\SCOMM.plg
..........\SCOMM.rc
..........\SCOMMDlg.cpp
..........\SCOMMDlg.h
..........\SerialPort.cpp
..........\SerialPort.h
..........\StdAfx.cpp
..........\StdAfx.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • serial
    串口驱动程序,可替换NT下的串口驱动程序 (Serial dirver which can replace serial driver in NT)
    2021-04-20 23:48:49下载
    积分:1
  • simplecommtest
    一个多线程串口编程的test,简单而实用,适合工业控制(A multi-threaded programming serial port test, easy and practical for industrial control)
    2009-03-28 17:43:02下载
    积分:1
  • chuankou
    实现串口编程的功能,使用vc语言,功能比较多,可实现端口、流量等控制 (To achieve serial programming function, use the vc language)
    2010-03-03 17:21:34下载
    积分: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
  • SCommTest1
    该源代码主要是实现串口通信,并将所传输的内容实现保存。(The source code is mainly realize serial communication, and the transmission of content preservation.)
    2007-10-25 21:18:20下载
    积分:1
  • Serial-debugging
    该程序是串口调试代码程序,支持大多数操作系统(Serial debugging software source code)
    2016-07-01 09:43:24下载
    积分:1
  • MultiThSerial
    调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听(call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping)
    2005-03-18 23:47:27下载
    积分:1
  • RFID_UHF_VC
    RFID_VC++6.0源码_RFID读写 提供了RFID的开发源码,用VC编的,展示RFID卡如何加密,如何自毁。串口通讯支持RS-232(RS232),RS-485(RS485),波特率可选,RFID的天线可选,读卡频率可调。提供了控制RFID读卡功率的方法,功率从0至29可调,距离最大10米以上,该源码可用于交通、物流、运输、仓库管理、比条码技术强大。用于毕业论文答辩中,可以演示,程序看懂后,就对RFID整个工作原理较为了解。支持ISO18000和EPC_GEN2等类型的RFID卡。 VC++6.0的工作空间是“t1121.dsw”(RFID_VC++ 6.0 sources yard _ RFID read-write has provided the RFID exploitation source yard , used VC to weave, show how encrypted the RFID card , how to destructs self. String communication supports RS-232 (RS232) , RS-485 (RS485) , Porter lead may elect, the RFID air wire may elect , read card frequency adjustable. Method having provided the power controlling RFID reading a card, power is from 0 to 29 adjustable, )
    2010-06-25 23:39:46下载
    积分:1
  • MFC_serial
    MFC串口通信,可以自动检测COM口,包括发送和接收(MFC serial communication, can automatically detect the COM port, including sending and receiving)
    2012-12-25 09:37:48下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载