登录
首页 » Visual C++ » Mvbcardtest_s

Mvbcardtest_s

于 2013-05-15 发布 文件大小:111KB
0 357
下载积分: 1 下载次数: 47

代码说明:

  PC机MVB总线通讯测试程序(MVB从设备),PC机使用Duagon的MVB通讯卡。程序做为MVB的从设备,包括MVB驱动,MVB主配置,MVB端口通讯收发的例子。(PC, MVB bus communication test procedure (MVB from the device), the PC machine use Duagon the MVB communication card. Program as from MVB MVB driver, the MVB the main configuration, MVB port communications transceiver example.)

文件列表:

Mvbcardtest_s
.............\DEVICE1.bin,4016,2008-07-01
.............\Mvbcardtest
.............\...........\config.cpp,14601,2009-08-12
.............\...........\config.h,560,2009-08-12
.............\...........\DEVICE1.bin,4016,2008-07-01
.............\...........\Mvbcardtest.aps,43104,2009-11-28
.............\...........\Mvbcardtest.cpp,2149,2009-07-09
.............\...........\Mvbcardtest.h,534,2009-07-09
.............\...........\Mvbcardtest.rc,5317,2009-08-12
.............\...........\Mvbcardtest.vcproj,7324,2009-07-16
.............\...........\Mvbcardtest.vcproj.CRSCD-96BEDBDB1.kodsun.user,1427,2010-04-06
.............\...........\Mvbcardtest.vcproj.SCORPION.莲花峰.user,1413,2009-08-12
.............\...........\MvbcardtestDlg.cpp,5014,2009-08-12
.............\...........\MvbcardtestDlg.h,873,2009-08-12
.............\...........\ReadMe.txt,4111,2009-07-09
.............\...........\res

.............\...........\...\Mvbcardtest.rc2,402,2009-07-09
.............\...........\resource.h,867,2009-07-15
.............\...........\src
.............\...........\...\mcs_cap.cpp,30724,2009-07-13
.............\...........\...\mcs_ccb.cpp,17379,2009-07-13
.............\...........\...\mcs_ccb.h,834,2007-04-07
.............\...........\...\mcs_cdsw.cpp,9561,2009-07-13
.............\...........\...\mcs_cgf.cpp,91765,2009-07-13
.............\...........\...\mcs_cgf.h,1969,2007-04-07
.............\...........\...\mcs_clch.cpp,29187,2009-07-13
.............\...........\...\mcs_clch.h,2683,2007-04-03
.............\...........\...\mcs_clp.cpp,18022,2009-07-13
.............\...........\...\mcs_cmd.cpp,39388,2009-07-13
.............\...........\...\mcs_cpil.cpp,41293,2009-07-13
.............\...........\...\mcs_cpil.h,3405,2007-11-15
.............\...........\...\mcs_def.h,9052,2007-08-15
.............\...........\...\mvb_ap.h,10421,2007-04-17
.............\...........\...\mvb_def.h,2712,2009-08-12
.............\...........\...\mvb_dsw.h,1672,2007-04-07
.............\...........\...\mvb_gf.h,10205,2009-07-15
.............\...........\...\mvb_lp.h,2809,2007-04-03
.............\...........\...\mvb_md.h,5594,2007-04-07
.............\...........\...\plx.h,14729,2007-11-15
.............\...........\stdafx.cpp,211,2009-07-09
.............\...........\stdafx.h,2868,2009-07-09
.............\Mvbcardtest.sln,898,2009-07-09

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

发表评论

0 个回复

  • Whuaawei-WCDMC
    WCDMA无线接口物理层,经典典WCDMA无线接口物理层,经典 (WCDMA radio interface physical layer, the classic typical WCDMA radio interface physical layer, the classic)
    2012-08-05 11:42:44下载
    积分:1
  • vbchuankou
    用VB编写的串口调试助手,附带51程序,大家可以学习,很经典,很地道(With VB serial debugging assistant, with 51 programs)
    2013-08-28 16:44:14下载
    积分:1
  • VB_UART
    串口程序,用于通过串口控制空调,可以在这个程序基础上修改其他代码(used for serial port)
    2013-07-18 14:33:06下载
    积分:1
  • 61549816REXOSReference
    高通,rex,OS,很好的文档~~~!!!(Qualcomm, rex, OS, a very good document ~ ~ ~)
    2009-07-09 19:45:52下载
    积分:1
  • VB-TCPclient
    说明:  TCP/ip通讯客户端的程序。VB程序编写WINSOCK控件应用(TCP/ip messaging client program. VB programming WINSOCK Control Applications)
    2021-04-06 16:59:02下载
    积分:1
  • Frequencyconversion
    说明:  变频器使用手册 MM440使用手册 西门子通用变频器应用实例手册(Inverter Manual Manual Siemens MM440 Inverter Application Manual Universal)
    2010-04-09 14:46:36下载
    积分:1
  • VC_MFC-Sample1
    Microsoft Visual C++ MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例. 在工业控制中,工控机(一般都基于 Windows 平台)经常需要与智能仪表通过串口 进行通信.串口通信方便易行,应用广泛. 一般情况下,工控机和各智能仪表通过 RS485 总线进行通信.RS485 的通信方式是 半双工的,只能由作为主节点的工控 PC 机依次轮询网络上的各智能控制单元子节点. 每次通信都是由 PC 机通过串口向智能控制单元发布命令,智能控制单元在接收到正 确的命令后作出应答. (Microsoft Visual C++ MFC serial communication programming explain CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance in industrial control, IPC (generally based on the Windows platform) often need to communicate with the smart meter through the serial port serial communication easy and widely used normal circumstances, the IPC and intelligent instrument through RS485 communication RS485 communication is half-duplex, only as the primary node industrial PC turn polling network intelligent control unit child nodes. every communication from a PC via the serial port to issue commands to the intelligent control unit, intelligent control unit receives the correct command response.)
    2012-10-11 07:23:02下载
    积分:1
  • GPRS数据中心源代码
    说明:  GpRS数据中心代码,基本上实现了数据中心的大部分功能(GpRS data center code, basically realize the majority of the data center functions)
    2006-02-19 15:11:52下载
    积分:1
  • testUSB
    用VC++6.0编写的USB通讯测试的程序,可以实现查找PC的USB外设,读取USB外设的设备描述符等功能。对USB通讯初学者有很大的帮助。(Written in VC++6.0 using USB communications test procedure, can be achieved to find PC' s USB peripherals, read the USB peripheral device descriptor functions. USB communication to the very helpful for beginners. )
    2010-01-28 05:22:12下载
    积分:1
  • Socket
    socket 编程(socket programming)
    2008-01-15 17:30:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载