登录
首页 » C# » ZLG_CANTest

ZLG_CANTest

于 2012-04-30 发布 文件大小:1901KB
0 267
下载积分: 1 下载次数: 428

代码说明:

  周立功的USB_CAN测试程序,C#编写,可以发出报文,初学者可参考(ZLG USB_CAN test procedures, C# to write, you can issue the message, the beginners can refer to)

文件列表:

ZLG_CANTest
...........\CAN-bus 通用测试软件及接口函数库使用手册2.6.pdf,2404111,2012-02-29
...........\ZLG_CANTest
...........\...........\bin
...........\...........\...\Debug
...........\...........\...\.....\ControlCAN.dll,53248,2009-06-11
...........\...........\...\.....\kerneldlls
...........\...........\...\.....\..........\CAN232.dll,53248,2004-12-10
...........\...........\...\.....\..........\CANETE.dll,143360,2009-09-18
...........\...........\...\.....\..........\gisadll.dll,40960,2003-12-18
...........\...........\...\.....\..........\gpcidll.dll,40960,2003-10-23
...........\...........\...\.....\..........\isa5420.dll,45056,2003-12-18
...........\...........\...\.....\..........\kerneldll.ini,358,2010-08-25
...........\...........\...\.....\..........\PC104C2.dll,45056,2005-06-16
...........\...........\...\.....\..........\PC104CAN.dll,57344,2004-10-09
...........\...........\...\.....\..........\PCI5121.dll,53248,2003-12-17
...........\...........\...\.....\..........\usbcan.dll,36864,2010-08-04
...........\...........\...\.....\ZLG_CANTest.exe,10240,2012-04-29
...........\...........\...\.....\ZLG_CANTest.pdb,19968,2012-04-29
...........\...........\...\.....\ZLG_CANTest.vshost.exe,14328,2012-04-29
...........\...........\...\.....\ZLG_CANTest.vshost.exe.manifest,490,2007-07-21
...........\...........\...\Release
...........\...........\...\.......\ZLG_CANTest.exe,8192,2012-04-28
...........\...........\...\.......\ZLG_CANTest.pdb,13824,2012-04-28
...........\...........\...\.......\ZLG_CANTest.vshost.exe,14328,2012-04-28
...........\...........\...\.......\ZLG_CANTest.vshost.exe.manifest,490,2007-07-21
...........\...........\obj
...........\...........\...\Debug
...........\...........\...\.....\TempPE
...........\...........\...\.....\......\Properties.Resources.Designer.cs.dll,4096,2012-04-29
...........\...........\...\.....\ZLG_CANTest.csproj.FileListAbsolute.txt,1139,2012-04-29
...........\...........\...\.....\ZLG_CANTest.csproj.GenerateResource.Cache,789,2012-04-29
...........\...........\...\.....\ZLG_CANTest.exe,10240,2012-04-29
...........\...........\...\.....\ZLG_CANTest.pdb,19968,2012-04-29
...........\...........\...\.....\ZLG_CANTest.Properties.Resources.resources,180,2012-04-29
...........\...........\...\Release
...........\...........\...\.......\TempPE
...........\...........\...\.......\ZLG_CANTest.csproj.FileListAbsolute.txt,395,2012-04-28
...........\...........\...\.......\ZLG_CANTest.exe,8192,2012-04-28
...........\...........\...\.......\ZLG_CANTest.pdb,13824,2012-04-28
...........\...........\Program.cs,9166,2012-04-29
...........\...........\Properties
...........\...........\..........\AssemblyInfo.cs,1378,2012-04-28
...........\...........\..........\Resources.Designer.cs,2846,2012-04-29
...........\...........\..........\Resources.resx,4420,2012-04-29
...........\...........\..........\Settings.Designer.cs,1109,2012-04-29
...........\...........\..........\Settings.settings,233,2012-04-29
...........\...........\ZLG_CANTest.csproj,3482,2012-04-29
...........\ZLG_CANTest.sln,923,2012-04-29

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

发表评论

0 个回复

  • remotecontrol
    纯SDK 实现之 远程控制,包含客户端和服务端 c/c++(Net SDK to achieve the remote control, including client and server-side c/c++)
    2010-03-04 16:43:35下载
    积分:1
  • v2f_turbulence_model
    v2f turbulence model
    2014-04-11 10:58:15下载
    积分:1
  • LTC6811G-1-PCB
    LTC6811,完整测试板原理图与pcb设计图。(LTC6811 Multicell Battery Monitors)
    2021-04-06 16:29:02下载
    积分:1
  • intel2
    操作系统编程,INTEL编程文档说明,详细介绍了intel芯片的汇编语法及详细的说明。(operation system programming intel 2)
    2020-06-25 17:20:02下载
    积分:1
  • CString
    CString 操作指南,虽然不是CString的完全手册,但囊括了大部分常见基本问题(CString operations guide, although not CString completely manual, but include most of the common basic problem)
    2012-10-12 00:47:16下载
    积分:1
  • vuln_javascript-master
    说明:  模拟真实的浏览器的JavaScript的环境,通常地,我们使用的JavaScript来精心设计一些操作DOM和其它浏览器对象的逻辑代码时会使得浏览器产生崩溃,针对不同种类的崩溃有不同的利用方法。vuln_javascript收集了UAF和越界界线的两个突破类型,希望vuln_javascript可以帮助更多安全爱好者理解浏览器内核突破原理和细节还有相关的漏洞利用编写技巧(Simulate the real browser JavaScript environment. Generally, when we use JavaScript to carefully design some logic code to operate Dom and other browser objects, the browser will crash. There are different ways to use different kinds of crashes. Vuln? JavaScript collects two types of breakthroughs: UAF and boundary crossing. I hope that Vuln? JavaScript can help more security enthusiasts understand the principle and details of browser kernel breakthrough, as well as related vulnerability utilization and writing skills)
    2020-03-22 13:18:11下载
    积分:1
  • GPScommpro
    由于从事GPS软件,要用到串口通信,所以本人写了一个从GPS接收手机通信GPRS通信软件,让大家分享(As a result of engaging in GPS software, use the serial communication, so I wrote a mobile phone communications from the GPS receiver GPRS communication software, to share)
    2009-05-15 15:08:48下载
    积分:1
  • Apostila-CPP
    Apostila C++ para iniciantes
    2011-11-25 00:08:47下载
    积分:1
  • EasyChat
    简单的聊天程序 服务端和客户端。有闪屏 单人 多人聊天模式(Simple chat program and client service. Single people have the splash screen chat mode)
    2011-09-21 14:10:30下载
    积分:1
  • InsideCOM
    说明:  Inside COM 电子书配套源码(Inside COM source code)
    2020-06-16 23:40:01下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载