登录
首页 » Visual C++ » COMDLL

COMDLL

于 2021-04-25 发布
0 463
下载积分: 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 个回复

  • VCPP-Code4
    VC++环境下用MSComm控件进行串口通讯编程 模型飞机测控平台(VC++ environment serial communication programming model aircraft monitoring platform with MSComm control)
    2014-05-10 10:27:17下载
    积分:1
  • SmartCom(0.5.4)
    串口调试工具,包含自动计算MODBUS crc校验码,是工具非源码(tiaoshi gongju)
    2020-12-19 22:49:10下载
    积分:1
  • ControlProject
    VC实现和S7-200PLC的串口通信程序,很有价值哦(VC and S7-200PLC Serial Communication Program and of great value oh)
    2007-06-04 14:29:42下载
    积分:1
  • C-Sharp-serial-control-relay-module
    C#写的控制串口继电器模块的代码,通过发送指令来控制多路串口继电器的开关。(Serial port control relay module C# to write the code, switch by sending commands to control multiple serial relay.)
    2015-03-19 15:11:51下载
    积分: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
  • VCPP
    VC++串口上位机程序编写,很详细,初学者编写上位机适用(VC++ serial PC programming, in great detail, the preparation of PC suitable for beginners)
    2020-11-08 21:59:47下载
    积分:1
  • Visual-cPP-MFC-SERIAL-PORT
    VC++之MFC串口,包含串口调试助手源程序 及编程详细过程 (MFC serial port)
    2013-08-29 16:09:49下载
    积分:1
  • CharTerminal
    说明:  简单的串口通讯例子,有主机,目标机组成,发送数据,接受数据(Simple example of serial communication, a host, target composition, send data, receive data)
    2011-04-10 18:48:55下载
    积分:1
  • vb--THINGET-PLC
    VB和信捷PLC通讯的源代码,包括读写,置位,独一无二哦,网上都找不到的。(vb and thinget plc communication program source,good thing)
    2020-12-29 09:39:01下载
    积分:1
  • DLT645
    DLT645的数据读取,设置串口,后期可能通过数据库读取(read for DLT645 electric)
    2020-12-07 14:59:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载