登录
首页 » Visual C++ » COMDLL

COMDLL

于 2021-04-25 发布
0 245
下载积分: 1 下载次数: 2

代码说明:

说明:  把串口读写函数写成动态链接库,方便在不同工程之间移植。代码测试已经通过,方便大家学习使用(The serial port read-write function is written as dynamic link library, which is convenient to transplant between different projects. Code test has passed, easy to learn to use)

文件列表:

COMDLL\.vs\COMDLL\v14\.suo, 32768 , 2018-12-19
COMDLL\COMDLL\COMDLL.cpp, 17618 , 2018-09-21
COMDLL\COMDLL\COMDLL.h, 785 , 2018-12-19
COMDLL\COMDLL\COMDLL.vcxproj, 9122 , 2018-09-20
COMDLL\COMDLL\COMDLL.vcxproj.filters, 1518 , 2018-09-20
COMDLL\COMDLL\Debug\COMDLL.log, 391 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.obj, 29849 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.pch, 7995392 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\CL.command.1.tlog, 2142 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\CL.read.1.tlog, 38218 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\CL.write.1.tlog, 1238 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\COMDLL.lastbuildstate, 190 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\COMDLL.write.1u.tlog, 3434 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\link.command.1.tlog, 1320 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\link.read.1.tlog, 3612 , 2018-12-19
COMDLL\COMDLL\Debug\COMDLL.tlog\link.write.1.tlog, 548 , 2018-12-19
COMDLL\COMDLL\Debug\dllmain.obj, 8236 , 2018-12-19
COMDLL\COMDLL\Debug\stdafx.obj, 140377 , 2018-12-19
COMDLL\COMDLL\Debug\vc140.idb, 404480 , 2018-12-19
COMDLL\COMDLL\Debug\vc140.pdb, 503808 , 2018-12-19
COMDLL\COMDLL\dllmain.cpp, 410 , 2018-09-20
COMDLL\COMDLL\ReadMe.txt, 1693 , 2018-09-20
COMDLL\COMDLL\stdafx.cpp, 293 , 2018-09-20
COMDLL\COMDLL\stdafx.h, 419 , 2018-09-20
COMDLL\COMDLL\targetver.h, 314 , 2018-09-20
COMDLL\COMDLL.sln, 1300 , 2018-09-20
COMDLL\COMDLL.VC.db, 25882624 , 2018-12-19
COMDLL\Debug\COMDLL.dll, 43520 , 2018-12-19
COMDLL\Debug\COMDLL.exp, 1009 , 2018-12-19
COMDLL\Debug\COMDLL.ilk, 264936 , 2018-12-19
COMDLL\Debug\COMDLL.lib, 2288 , 2018-12-19
COMDLL\Debug\COMDLL.pdb, 1175552 , 2018-12-19
COMDLL\ipch\COMDLL-a49e2d02\COMDLL-9c7da407.ipch, 20250624 , 2018-09-20
COMDLL\.vs\COMDLL\v14, 0 , 2018-09-20
COMDLL\COMDLL\Debug\COMDLL.tlog, 0 , 2018-12-19
COMDLL\.vs\COMDLL, 0 , 2018-09-20
COMDLL\COMDLL\Debug, 0 , 2018-12-19
COMDLL\ipch\COMDLL-a49e2d02, 0 , 2018-09-20
COMDLL\.vs, 0 , 2018-09-20
COMDLL\COMDLL, 0 , 2018-12-19
COMDLL\Debug, 0 , 2018-12-19
COMDLL\ipch, 0 , 2018-09-20
COMDLL, 0 , 2018-12-19

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

发表评论

0 个回复

  • vb232
    一个简单的VB串口发送程序,初学者参考.(a simple VB Serial this procedure, beginners reference.)
    2007-01-12 15:06:01下载
    积分:1
  • VS2010--MFC
    这是一个简单的VS2010之MFC串口编程教程,它可以指导初学者学习MFC简单入门编程(This is a simple tutorial serial programming MFC VS2010 it, it can be a simple guide for beginners to learn MFC introductory programming)
    2014-11-30 20:03:07下载
    积分:1
  • COMPlot
    QT开发的能够接收串口数据并将其转化为波形同步实时显示的上位机(QT development can receive serial data and converting it into waveform synchronous real-time display of the upper machine)
    2020-06-29 22:00:01下载
    积分: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
  • serial
    串口调试,visual basic撰写,可以发送包括word格式,excel格式,text格式等文件(Serial debugging, visual basic writing, including word format can be sent, excel format, text format file)
    2014-05-25 09:15:13下载
    积分:1
  • VcPP
    51CTO下载-VC++串口通信2051CTO下载-VC++串口通信20个经典源码合集51CTO下载-VC++串口通信20个经典源码合集个经典源码合集(51CTO download-VC++ serial communication 2051CTO download-VC++ serial communication 20 classic source collection 51CTO download-VC++ serial communication 20 classic source source collection classic collection)
    2016-11-14 20:29:21下载
    积分:1
  • tcptocom
    国外经典的TCP转串口的程序,VC++编写,有较强的参考价值(Foreign classic TCP to serial program, VC++ write, there is a strong reference value)
    2020-11-22 11:29:35下载
    积分:1
  • COMDLL
    说明:  把串口读写函数写成动态链接库,方便在不同工程之间移植。代码测试已经通过,方便大家学习使用(The serial port read-write function is written as dynamic link library, which is convenient to transplant between different projects. Code test has passed, easy to learn to use)
    2021-04-25 13:43:20下载
    积分:1
  • com_debugger
    串口调试程序源代码,本例作为学习串口编程具有很好的参照作用。(Serial debugger source code, in this case as a learning serial programming with a good reference to the role.)
    2013-09-20 18:32:13下载
    积分:1
  • pack
    C++串口通信代码,接收下位机的数据点,并在前面板画出图形。(数据格式* , , /)内附STM32串口发送数据程序(C++ serial communication code, receive under the data points, and the front panel to draw graphics. (Data format,*, /) containing STM32 serial transmit data program)
    2013-10-28 20:14:38下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载