qt利用cyapi连接usb通信
2021-10-25 16:04:52 147KB qt cyapi
1
MinGW编译的32位的CyAPI.lib,可以windows上的qt中使用,官方和网上的多数都是基于msvc编译的,在qt中没法用,这个可以!
2021-09-13 13:28:17 44KB cyusb qt CyAPI.lib
1
CYPRESS的USB开发库文件,用于VC,BC开发,非常好!
2021-09-12 19:54:38 142KB CYAPI.LIB
1
This is a simple Qt app that can do transfers over USB. Prerequisites 1. Download Qt from http://qt-project.org/downloads. Make sure to specifically download Qt x.y.z for Windows (MinGW 4.8.2, OpenGL) 2. The installer comes with MinGW but if it doesn’t, then download it from http://www.mingw.org/ 3. The SuperSpeed USB Suite from Cypress. You will also need the source code for CyAPI.lib as we’ll need to recompile it Compiling CyAPI The C++ USB API from Cypress needs to be recompiled with MinGW before we use it to build our project. Extract the source code to a folder and then run the following in a command prompt: set PATH=%PATH%;C:\Qt\Tools\mingw482_32\bin mingw32-make % And this requires a Makefile with the following contents: all:
2021-09-03 11:06:32 59KB USB3.0 CYUSB3014
1
CyAPI源码,可以自行编译CyAPI.lib
2021-08-05 14:04:40 14.1MB CyAPI.lib CYAPI 68013 cypres
1
做USB通信设计时,编写客户端应用软件,在VC下需要用到头文件
2021-08-04 11:59:11 13KB CyAPI.h USB接口设计头文件
1
CyAPI USB頭文件 (CyAPI.h Cyioctl.h devioctl.h CyAPI.lib) 含 CyAPI.pdf Programmer's Reference
2021-07-08 17:23:47 576KB CyAPI.h Cyioctl.h devioctl.h CyAPI.lib
1
This directory contains source code and build script for CyUSB3 WDF kernel mode USB generic driver. This driver source code is readily compliable for operating system such as Windows 10, 8.1, 8, 7, Vista and XP (32 bit and 64 bit) Pre-requisite for driver source compilation For building driver for Windows 10, 8.1, 8 and 7 driver needs Visual Studio 2015 and the latest version of WDK 10. Vista and XP driver. WDK 7.1. Following projects source code is included in this package. 1. CyAPI C++ Static Library. 2. CyUSB C# DLL. Following directories are included this package. 1.CyAPI => library => cpp This directory contains CyAPI C++ Static Library source code. ReadMe.txt :Refer ReadMe.txt file for more information on CyUSB library. 2.CyUSB => library => csharp :This directory contains CyUSB C# DLL source code. ->ReadMe.txt :Refer ReadMe.txt file for more information on CyAPI library. 3.CyAPI => Application => Cpp: Streamer and bulkloop C++ application source code ->ReadMe.txt :Refer ReadMe.txt file for more information on streamer or bulkloop application. 4.ReadMe.txt
2021-06-03 13:25:05 18.82MB USB CyUSB CyUSB3 CyAPI
1
CySuiteUSB_3_4_7_B204.rar
2021-05-11 21:05:05 15.58MB CyAPI
1
该压缩包包含MinGW编译的64位的CyAPI.lib,可以在windows上的qt中使用,官方和网上的多数都是基于msvc编译的,在qt中没法用。本人也是被该问题困扰了几天,所以希望对遇到该问题的朋友有所帮助,里面有使用的步骤说明和我建的一个QT工程,可以直接打开运行。
2021-04-12 18:33:28 926KB CyAPI.lib MinGW QT cyusb
1