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

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

于 2014-10-10 发布 文件大小:5890KB
0 268
下载积分: 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 个回复

  • 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
  • VSPD-VisualC-6
    可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維VisualC-6所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Victoria VisualC-6.)
    2020-11-27 09:09:29下载
    积分:1
  • 温度数据采集并实时显示
    串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是画图的某一个点的纵坐标,横坐标同样为数据的序号,再将这些点用线连起来就是曲线图. 图形能移动的原理,是我们首先改变的只是数据,图形并没有变,但图形的形式是由这些数据来确定的,当数据发生变化后,我们通过刷新显示区来变化的.(Serial temperature data acquisition and real-time serial data reading the principle is, as long as when a serial data to the data, the computer will automatically writes data to a specific buffer, we can write specific procedures read that the buffer zone would be fine. Serial data to be sent, process data can be received, the receiving of data is the character, then transform data into digital type, and then the size of the data as a drawing of a point Ordinate, the abscissa serial data. these points will be used to link line is a curve, this is the graphic display the basic tenets. View the original data is the same principle, the difference is, the data from the file, the same data also will be divided into a number one, and then this one is the size of the data to draw a certain point )
    2020-06-26 07:40:02下载
    积分:1
  • 自动检测
    说明:  串口通信,对串口发出的数据进行读取和处理,进行检测(Serial communication, read and process the data sent by the serial port, and detect it.)
    2020-06-17 10:40:02下载
    积分:1
  • SCOMM
    改进后的龚建伟串口调试助手V2.3.exe 的VC++6.0工程源程序(Gong Jianwei serial improved debugging the assistant V2.3.exe VC++ 6.0 project source)
    2012-04-29 15:34:19下载
    积分:1
  • RS232_VC
    串口调试:这还是个初步的!如果你有兴趣还可以自己再改!如果还有更好的请联系我(serial debugger : This is still preliminary. If you are interested in then they can change! If there is a better contact I)
    2006-09-23 09:52:49下载
    积分:1
  • vcchuangkoutongxin
    实现串口通信功能 基于MFC的对话框,程序简单易懂 适合初学者(Serial communication functions based on the MFC dialog box, the program is easy to understand for beginners)
    2012-05-19 20:45:35下载
    积分:1
  • comm
    VB写的串口通讯软件,简单易学,适合初学者(Written in VB serial communication software, is easy to learn)
    2010-03-16 15:19:09下载
    积分:1
  • Serial_TCPIP
    串口程序实现Ymodem协议,也可以使用TCPIP实现Ymodem协议。 串口和网络程序都可以当一个助手使用。(Serial procedures to achieve Ymodem protocol, you can also use TCPIP achieve Ymodem protocol. Serial and network programs can use when an assistant.)
    2021-01-19 08:38:43下载
    积分:1
  • SSCOM2.3
    串口大师的源码程序,c语言。学习串口或者是学习c都是很好的例子。(the sourcecode of the comm communication)
    2011-12-06 18:39:49下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载