登录
首页 » Visual C++ » Pelco-D-based-dll-project-for-PTZ

Pelco-D-based-dll-project-for-PTZ

于 2014-10-10 发布 文件大小:5890KB
0 297
下载积分: 1 下载次数: 11

代码说明:

  基于Pelco-D协议的云台串口控制动态链接库(Pelco-D based dll project for PTZ)

文件列表:

串口动态链接库
..............\Serial-Port dll
..............\...............\Debug
..............\...............\.....\Serial-Port dll.dll,102912,2014-10-07
..............\...............\.....\Serial-Port dll.exp,1352,2014-10-07
..............\...............\.....\Serial-Port dll.ilk,731116,2014-10-07
..............\...............\.....\Serial-Port dll.lib,2906,2014-10-07
..............\...............\.....\Serial-Port dll.pdb,1649664,2014-10-07
..............\...............\Serial-Port dll
..............\...............\...............\ComPort.cpp,8056,2014-08-24
..............\...............\...............\ComPort.h,1928,2014-08-24
..............\...............\...............\Debug
..............\...............\...............\.....\BuildLog.htm,12226,2014-10-07
..............\...............\...............\.....\ComPort.obj,133264,2014-09-26
..............\...............\...............\.....\dllmain.obj,9654,2014-09-26
..............\...............\...............\.....\exportFunction.obj,118948,2014-10-07
..............\...............\...............\.....\mt.dep,67,2014-10-07
..............\...............\...............\.....\PELCO-D.obj,59791,2014-09-26
..............\...............\...............\.....\Serial-Port dll.dll.embed.manifest,663,2014-09-26
..............\...............\...............\.....\Serial-Port dll.dll.embed.manifest.res,728,2014-09-26
..............\...............\...............\.....\Serial-Port dll.dll.intermediate.manifest,621,2014-10-07
..............\...............\...............\.....\Serial-Port dll.pch,4653056,2014-09-26
..............\...............\...............\.....\stdafx.obj,112001,2014-09-26
..............\...............\...............\.....\vc90.idb,666624,2014-10-07
..............\...............\...............\.....\vc90.pdb,880640,2014-10-07
..............\...............\...............\dllmain.cpp,410,2014-08-26
..............\...............\...............\exportFunction.cpp,7651,2014-10-10
..............\...............\...............\meanshift.cpp,36908,2014-08-06
..............\...............\...............\PELCO-D.cpp,9002,2014-09-21
..............\...............\...............\PELCO-D.h,6560,2014-09-21
..............\...............\...............\ReadMe.txt,1803,2014-08-26
..............\...............\...............\Serial-Port dll.cpp,109,2014-09-02
..............\...............\...............\Serial-Port dll.vcproj,5300,2014-09-09
..............\...............\...............\Serial-Port dll.vcproj.wx-PC.wx.user,1410,2014-10-10
..............\...............\...............\stdafx.cpp,302,2014-08-26
..............\...............\...............\stdafx.h,419,2014-08-26
..............\...............\...............\targetver.h,1428,2014-08-26
..............\...............\Serial-Port dll.ncb,11283456,2014-10-10
..............\...............\Serial-Port dll.sln,911,2014-08-26

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

发表评论

0 个回复

  • VC modbus
    VC串口通信modbus协议源代码,测试可用。(modbus通信协议)(VC serial communication protocol source code modbus)
    2014-06-07 18:26:28下载
    积分:1
  • aaa
    串口监视工具。可以监视窗口的接受和发送的数据(Serial port monitoring tools. Can monitor the window to receive and send data)
    2010-01-18 14:08:20下载
    积分:1
  • comm_source11
    Visual c++实践与提高——串口通信与工程应用篇10源代码(Visual c++ practice and improve- serial communication and project source code (Application) 10)
    2011-10-02 21:01:16下载
    积分:1
  • smsDatabase
    说明:  VB做的一个短信收发的例子,功能比较强大,可以好好参考(VB do an SMS transceiver example, function more powerful and can make reference to)
    2005-11-28 14:24:58下载
    积分:1
  • seircom
    RS-232 通信调试程序,初学者适应。(RS-232 communications debugger, beginners to adapt.)
    2009-03-23 14:41:40下载
    积分:1
  • vbPaccessPseria
    visual basic+数据库access+串口+实时显示曲线(vb+database access+serial)
    2012-05-11 09:10:15下载
    积分:1
  • PTZ-camera-control-system
    使用vc++开发的云台镜头控制系统,主要通过串口实现控制,已编译通过,可学习使用(PTZ camera control system)
    2013-09-24 22:31:17下载
    积分:1
  • labwindows-serial
    labwindows 串口编程 简单易懂 做虚拟仪器的同学可以看看 或许对你有用(programming straightforward labwindows serial do virtual instrument students can take a look at perhaps useful to you)
    2012-11-20 20:41:40下载
    积分: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
  • bcb
    说明:  BCB串口通讯源码示例程序。利用winapi函数,而非控件。(BCB examples of serial communication program source. Use WINAPI function, rather than control.)
    2008-08-31 10:26:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载