登录
首页 » Visual C++ » vcMfcUsbPort

vcMfcUsbPort

于 2021-01-12 发布 文件大小:3734KB
0 435
下载积分: 1 下载次数: 91

代码说明:

  vc6.0编写的usbhid通信的上位机。 venderID=0x0483,设备号 对应productID=0x5750 请在代码中更改(PC vc6.0 prepared usbhid communication. venderID = 0x0483, device number corresponds productID = 0x5750 Change the code)

文件列表:

vcMfcUsbPort完整上位机源码
..........................\basetsd.h,6381,2006-09-13
..........................\Debug
..........................\.....\DlgProxy.obj,20306,2013-10-18
..........................\.....\DlgProxy.sbr,0,2013-10-18
..........................\.....\StdAfx.obj,105328,2013-09-29
..........................\.....\StdAfx.sbr,1366524,2013-09-29
..........................\.....\UsbPort.bsc,3818496,2013-10-18
..........................\.....\UsbPort.exe,118838,2013-10-18
..........................\.....\UsbPort.ilk,307032,2013-10-18
..........................\.....\UsbPort.obj,12762,2013-10-18
..........................\.....\UsbPort.pch,6941528,2013-09-29
..........................\.....\UsbPort.pdb,443392,2013-10-18
..........................\.....\UsbPort.res,2852,2013-10-18
..........................\.....\UsbPort.sbr,0,2013-10-18
..........................\.....\UsbPort.tlb,1476,2013-10-18
..........................\.....\UsbPortDlg.obj,48678,2013-10-18
..........................\.....\UsbPortDlg.sbr,0,2013-10-18
..........................\.....\vc60.idb,214016,2013-10-21
..........................\.....\vc60.pdb,389120,2013-10-18
..........................\DlgProxy.cpp,2988,2013-09-29
..........................\DlgProxy.h,1650,2013-09-29
..........................\HID
..........................\...\hid.lib,12384,2001-08-17
..........................\...\hidusage.h,11028,2001-08-17
..........................\...\setupapi.lib,141048,2001-07-21
..........................\hid.lib,11394,2006-09-13
..........................\hidclass.h,4224,2006-09-13
..........................\hidclass.lib,1766,2006-09-13
..........................\hidparse.lib,9212,2006-09-13
..........................\hidpddi.h,9500,2006-09-13
..........................\hidpi.h,80537,2006-09-13
..........................\hidsdi.h,12126,2006-09-13
..........................\hidusage.h,10968,2006-09-13
..........................\readme.docx,32022,2013-10-21
..........................\ReadMe.txt,4526,2013-09-29
..........................\res

..........................\...\UsbPort.rc2,399,2013-09-29
..........................\resource.h,914,2013-10-18
..........................\setupapi.lib,151818,2006-09-13
..........................\StdAfx.cpp,209,2013-09-29
..........................\StdAfx.h,1742,2013-09-29
..........................\UsbPort.aps,21620,2013-10-21
..........................\UsbPort.clw,1569,2013-10-21
..........................\UsbPort.cpp,2677,2013-09-29
..........................\UsbPort.dep,460,2013-09-29
..........................\UsbPort.dsp,4689,2013-09-29
..........................\UsbPort.dsw,520,2013-09-29
..........................\UsbPort.h,1335,2013-09-29
..........................\UsbPort.mak,7747,2013-09-29
..........................\UsbPort.ncb,74752,2013-10-21
..........................\UsbPort.odl,1058,2013-10-18
..........................\UsbPort.opt,50688,2013-10-21
..........................\UsbPort.plg,248,2013-10-21
..........................\UsbPort.rc,5797,2013-10-18
..........................\UsbPort.reg,699,2013-09-29
..........................\UsbPortDlg.cpp,14488,2013-10-18
..........................\UsbPortDlg.h,1856,2013-10-18

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

发表评论

0 个回复

  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • CPPpractice
    这里是100多个c++经典小程序,以及C++经典100例,想学C++的赶紧下载吧(100 good programms to practice c++)
    2011-11-30 20:59:33下载
    积分:1
  • AdoExample
    这是我自己写的一个数据库课程设计主要是如何利用ADO跟ACCESS数据库写的,主要使用MFC进行编写,大开工程编译一下就可以运行了(just a ado program)
    2011-05-21 19:18:32下载
    积分:1
  • vpncmdsys
    free vpn source -0011
    2015-09-28 10:54:27下载
    积分:1
  • 05-VCPP-for-ProE-chapter-five
    05-VC++ for ProE chapter five about parameter
    2015-08-26 20:24:07下载
    积分:1
  • MY_YangHuiTriangle
    利用二维数组创建杨辉三角形,基于vc++程序设计(Creating a Yang Hui triangle by using a two-dimensional array .Programming based on vc++)
    2018-01-03 22:40:15下载
    积分:1
  • C
    说明:  Data about C program language. IT s very esay to
    2014-08-12 08:50:22下载
    积分:1
  • serial_test_Programs
    几种常用的串口调试软件,注意:那个sscom32不能使用奇偶校验(several serial test programs)
    2014-05-29 14:34:16下载
    积分:1
  • passing-l-array-to-a-function
    如何将多维数组传递给一个函数,附实例说明,得出结果(passing a two-dimensioanl array to a function)
    2013-03-01 00:48:35下载
    积分:1
  • CD
    说明:  基于VC环境下的光驱驱动程序,可实现对光驱的弹出和关闭操作。(VC environment based on CD-ROM driver can be realized on the drive pop-up and shut down operations.)
    2009-01-05 19:42:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载