登录
首页 » Visual C++ » Serial-port-control-PTZ-camera

Serial-port-control-PTZ-camera

于 2014-11-26 发布 文件大小:4322KB
0 281
下载积分: 1 下载次数: 6

代码说明:

  串口控制云台摄像头的程序,已经测试过了,可以参考(Serial control PTZ camera program has been tested, you can refer)

文件列表:

13
..\CodeDlg.cpp,3611,2002-09-23
..\CodeDlg.h,1451,2002-10-05
..\ConfigDlg.cpp,5122,2002-10-05
..\configdlg.h,1416,2002-10-05
..\Debug
..\.....\CodeDlg.obj,20393,2009-12-23
..\.....\CodeDlg.sbr,6304,2009-12-23
..\.....\ConfigDlg.obj,22467,2009-12-23
..\.....\ConfigDlg.sbr,6513,2009-12-23
..\.....\MirrorButton.obj,10561,2009-12-23
..\.....\MirrorButton.sbr,9070,2009-12-23
..\.....\MyBitmapButton.obj,12587,2009-12-23
..\.....\MyBitmapButton.sbr,9120,2009-12-23
..\.....\MyButton.obj,14913,2009-12-23
..\.....\MyButton.sbr,5264,2009-12-23
..\.....\SerialPort.obj,25827,2009-12-23
..\.....\SerialPort.sbr,6627,2009-12-23
..\.....\StdAfx.obj,105536,2009-12-23
..\.....\StdAfx.sbr,1361563,2009-12-23
..\.....\vc60.idb,214016,2010-01-14
..\.....\vc60.pdb,364544,2009-12-23
..\.....\yuntai.exe,2191426,2009-12-23
..\.....\yuntai.ilk,2539652,2009-12-23
..\.....\yuntai.obj,14611,2009-12-23
..\.....\yuntai.pch,6828924,2009-12-23
..\.....\yuntai.pdb,3597312,2009-12-23
..\.....\yuntai.res,31604,2009-12-23
..\.....\yuntai.sbr,8911,2009-12-23
..\.....\yuntaiDlg.obj,52787,2009-12-23
..\.....\yuntaiDlg.sbr,17512,2009-12-23
..\MirrorButton.cpp,1181,2002-10-05
..\MirrorButton.h,1222,2002-09-23
..\MyBitmapButton.cpp,1451,2002-10-08
..\MyBitmapButton.h,1261,2002-10-05
..\MyButton.cpp,2195,2002-09-18
..\MyButton.h,1245,2002-09-18
..\ReadMe.txt,3579,2002-09-16
..\res
..\...\Arrow_up.ico




..\...\bmp00004.bmp,1270,2002-09-18
..\...\bmp00005.bmp,1270,2002-09-18
..\...\bmp00006.bmp,1270,2002-09-18
..\...\bmp00007.bmp,630,2002-09-18
..\...\bmp00008.bmp,630,2002-09-18
..\...\bmp00009.bmp,630,2002-09-18
..\...\bmp00010.bmp,630,2002-09-18
..\...\bmp00011.bmp,630,2002-09-18
..\...\bmp00012.bmp,630,2002-09-18
..\...\bmp00013.bmp,630,2002-09-18
..\...\down_up.bmp,1270,2002-09-18
..\...\icon1.ico,766,2002-09-18
..\...\up.bmp,1270,2002-09-18
..\...\upleft_u.bmp,630,2002-09-18
..\...\yuntai.ico,1078,2002-09-16
..\...\yuntai.rc2,398,2002-09-16
..\resource.h,6462,2002-10-05
..\SerialPort.cpp,21097,2002-09-28
..\SerialPort.h,3270,2002-09-25
..\StdAfx.cpp,208,2002-09-16
..\StdAfx.h,1054,2002-09-16
..\WinIo.dll,49152,2002-03-02
..\WinIo.h,1092,2002-03-01
..\WinIo.lib,3858,2002-03-02
..\WinIo.sys,4944,2002-03-01
..\WINIO.VXD,5174,2002-03-02
..\yuntai.aps,51636,2009-12-23
..\yuntai.clw,9141,2009-12-23
..\yuntai.cpp,2063,2002-09-16
..\yuntai.dsp,6467,2002-11-12
..\yuntai.dsw,537,2002-09-28
..\yuntai.h,1324,2002-09-16
..\yuntai.ncb,214016,2010-01-14
..\yuntai.opt,49664,2010-01-14
..\yuntai.plg,2541,2009-12-23
..\yuntai.rc,21307,2002-10-05
..\yuntaiconfig.ini,165,2010-01-14
..\yuntaiDlg.cpp,13412,2002-11-12
..\yuntaiDlg.h,2181,2002-10-05
..\使用注意.txt,141,2002-11-26

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

发表评论

0 个回复

  • 我见过最好的
    说明:  我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时(I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss)
    2020-12-03 12:39:25下载
    积分:1
  • 调试,设备模拟 Modbus Tools
    串口调试,串口设备模拟,支持32/64位系统。(Serial debugging, serial device simulation)
    2020-06-20 08:00:01下载
    积分:1
  • Visual-cPP-MFC-SERIAL-PORT
    VC++之MFC串口,包含串口调试助手源程序 及编程详细过程 (MFC serial port)
    2013-08-29 16:09:49下载
    积分:1
  • SerialPortTest
    基于VC++的,多个串口的,带通讯协议的应用程序,两个通讯口,可分别接受,发送协议数据包.()
    2008-04-04 01:29:36下载
    积分:1
  • simplecommtest
    一个多线程串口编程的test,简单而实用,适合工业控制(A multi-threaded programming serial port test, easy and practical for industrial control)
    2009-03-28 17:43:02下载
    积分:1
  • GpsRecv
    该程序用MFC实现串口通信,包括串口通信的整个过程,和各种参数的设置(MFC realize the program with serial communication, including the serial communication of the whole process, and various parameters set)
    2008-02-25 14:53:04下载
    积分:1
  • Pelco-D-based-dll-project-for-PTZ
    基于Pelco-D协议的云台串口控制动态链接库(Pelco-D based dll project for PTZ)
    2014-10-10 14:28:07下载
    积分:1
  • errorRate
    用VC++实现的一个测试通信系统的误码率的程序,很好用的,是用两个串口的数据测试误码率的。(With VC++ realize a test communication system BER procedures, very good use, with two serial test data error rate.)
    2011-12-19 10:23:37下载
    积分:1
  • vc serial port communication
    串口编程源程序全集(Complete Works)
    2020-06-26 10:00:02下载
    积分:1
  • 自动检测
    说明:  串口通信,对串口发出的数据进行读取和处理,进行检测(Serial communication, read and process the data sent by the serial port, and detect it.)
    2020-06-17 10:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载