登录
首页 » Visual C++ » CAN-ZLG

CAN-ZLG

于 2021-04-28 发布 文件大小:3904KB
0 373
下载积分: 1 下载次数: 146

代码说明:

  基于周立功CAN的上位机软件,可以实现对CAN的打开,波特率设置,滤波设置,消息发送,消息接受等等。亲测可用。完全可以作为二次开发的资料。(Based ZLG CAN PC software can be achieved on the open CAN baud rate settings, filter settings, the message is sent, the message to accept more. Pro-test available. Can be used as secondary development information.)

文件列表:

vc6示例 - 副本
..............\ControlCAN.dll,53248,2013-05-27
..............\ControlCAN.h,4621,2013-05-27
..............\ControlCAN.lib,4864,2013-05-27
..............\Debug
..............\.....\StdAfx.obj,106230,2015-01-27
..............\.....\StdAfx.sbr,1374929,2015-01-27
..............\.....\test.bsc,3146752,2015-01-27
..............\.....\test.exe,118909,2015-01-27
..............\.....\test.ilk,262352,2015-01-27
..............\.....\test.obj,17057,2015-01-27
..............\.....\test.pch,6876012,2015-01-27
..............\.....\test.pdb,312320,2015-01-27
..............\.....\test.res,4780,2015-01-27
..............\.....\test.sbr,0,2015-01-27
..............\.....\testDlg.obj,59095,2015-01-27
..............\.....\testDlg.sbr,0,2015-01-27
..............\.....\TestListBox.obj,13466,2015-01-27
..............\.....\TestListBox.sbr,0,2015-01-27
..............\.....\vc60.idb,197632,2015-01-27
..............\.....\vc60.pdb,364544,2015-01-27
..............\kerneldlls
..............\..........\CAN232.dll,53248,2013-05-27
..............\..........\CANETE.dll,143360,2013-05-27
..............\..........\CANET_TCP.dll,212992,2013-05-27
..............\..........\gisadll.dll,40960,2013-05-27
..............\..........\gpcidll.dll,40960,2013-05-27
..............\..........\isa5420.dll,45056,2013-05-27
..............\..........\kerneldll.ini,377,2013-05-27
..............\..........\PC104C2.dll,45056,2013-05-27
..............\..........\PC104CAN.dll,57344,2013-05-27
..............\..........\PCI5121.dll,53248,2013-05-27
..............\..........\PCI9820B.DLL,40960,2013-05-27
..............\..........\usbcan.dll,36864,2013-05-27
..............\ReadMe.txt,3543,2013-05-27
..............\res

..............\...\test.rc2,396,2013-05-27
..............\resource.h,2981,2013-05-27
..............\StdAfx.cpp,206,2013-05-27
..............\StdAfx.h,1054,2013-05-27
..............\test.aps,25748,2015-01-27
..............\test.clw,2733,2015-01-30
..............\test.cpp,2035,2013-05-27
..............\test.dsp,4390,2013-05-27
..............\test.dsw,533,2013-05-27
..............\test.exe,36864,2013-05-27
..............\test.h,1302,2013-05-27
..............\test.ncb,82944,2015-01-30
..............\test.opt,263680,2015-01-30
..............\test.plg,2385,2015-01-27
..............\test.positions,409,2013-05-27
..............\test.rc,11720,2013-05-27
..............\testDlg.cpp,15894,2013-05-27
..............\testDlg.h,2295,2013-05-27
..............\TestListBox.cpp,1278,2013-05-27
..............\TestListBox.h,1190,2013-05-27

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

发表评论

0 个回复

  • ocm.cankaochengxu
    说明:  OCM12864参考程序_ 挺好的 适合做参考程序(_ OCM12864 reference to procedures for the very good reference procedures)
    2008-11-05 14:30:51下载
    积分:1
  • jiaotongdeng
    交通灯的开发,实现主道停留60秒,干道停留20秒,出现紧急情况采用按键控制(The development of traffic lights, the main road to stay 60 seconds, the trunk stay for 20 seconds, the event of an emergency using the button control)
    2012-06-27 15:05:57下载
    积分:1
  • liveMedia
    live media This library is free software you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation
    2014-09-30 14:26:10下载
    积分:1
  • shaderFrame
    一个简单的open GL shader框架,简单到可以不用书籍就可以上手,(a simple openGL shader test, which is very simple enough make you to understand without any book)
    2015-05-01 13:37:39下载
    积分:1
  • in-vehicle-GPS-navigation-system
    GPS导航系统 c语言 51单片机开发(in-vehicle GPS navigation system)
    2013-10-10 21:21:16下载
    积分:1
  • footprint-of-MQ-135
    这是一个气体传感器的元件封装库,型号为mq-135,使用dxp开发。(This is a gas sensor element package repository, model mq-135, using dxp development.)
    2014-05-19 13:30:31下载
    积分:1
  • FfmpegSdl2.0Demo_vs2005
    使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。(Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2.0 video display, compared to the SDL1.0,2.0 version supports multi window at the same time, performance is also greatly improved. (demo is not processed for audio frames). The Demo advantages: the video decoding and display are encapsulated in two classes CFfmpegDecod and CSdlShow, easy to learn and understand the playback process. Suitable for learners to use.)
    2015-11-29 17:30:55下载
    积分:1
  • LFSR
    通过实现简单的线性反馈移位寄存器(LFSR),理解LFSR的工作原理、本原多项式重要意义(By implementing a simple linear feedback shift register (LFSR), to understand the working principle of LFSR, primitive polynomial significance)
    2010-05-17 14:06:50下载
    积分:1
  • VB-YKMUSB-sampling
    说明:  使用vb与衡河9140示波器连接,并控制采集一列脉冲数据,对数据进行分析,计算脉宽、积分面积、平均电压,并将波形通过picture控件显示在界面上(Using vb oscilloscope connected with the value for r. 9140, and a pulse control and data acquisition data, analyze data, calculate pulse width, integration area, average voltage, and waveform display in the interface through the picture controls on)
    2010-04-01 22:20:56下载
    积分:1
  • key11_11
    单片机键盘扫描程序 微处理器课程设计 八位抢答器(SCM keyboard scanning procedures microprocessor eight Responder Course Design)
    2013-12-06 15:07:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载