Konst_777 0 November 2, 2012 Posted November 2, 2012 · Report post Cypress выложил исходники для CyAPI.lib, CyUSB.dll и CyUSB3.sys. ====== CYPRESS USBSUITE SOURCE CODE ========== ============================================== Following projects source code is included in this package. 1. CyAPI C++ Static Library. 2. CyUSB C# DLL. 3. CyUSB3 WDF Kernel mode USB generic driver. Following directories are included this package. 1.CyAPI_lib_cpp :This directory contains CyAPI C++ Static Library source code. ->ReadMe.txt :Refer ReadMe.txt file for more information on CyUSB library. 2.CyUSB_dll_csharp :This directory contains CyUSB C# DLL source code. ->ReadMe.txt :Refer ReadMe.txt file for more information on CyAPI library. 3.CyUSB3_sys_driver :This directory contains CyUSB3 WDF kernel mode generic driver source code. ->ReadMe.txt :Refer ReadMe.txt file for more information on CyUSB3 driver. 4.License ->license.rtf :Software license agreement file. 5.ReadMe.txt Quote Share this post Link to post Share on other sites More sharing options...
BVU 0 July 23, 2013 Posted July 23, 2013 · Report post Кто нибудь объяснит, как скачать с сайта CYPRESS эти исходники и прочую информацию?! Quote Share this post Link to post Share on other sites More sharing options...
SFx 0 July 23, 2013 Posted July 23, 2013 · Report post Очевидно зарегистрироваться, возможно на корпоративный email Quote Share this post Link to post Share on other sites More sharing options...
BVU 0 July 23, 2013 Posted July 23, 2013 · Report post Очевидно зарегистрироваться, возможно на корпоративный email хотелось бы зарегистрироваться на том сайте, но не пойму, КАК? У них там все через одно место представлено... Quote Share this post Link to post Share on other sites More sharing options...
Konst_777 0 July 23, 2013 Posted July 23, 2013 · Report post хотелось бы зарегистрироваться на том сайте, но не пойму, КАК?... Вот исходники CyUSBSuite_Source.7z Quote Share this post Link to post Share on other sites More sharing options...
vitus_strom 0 September 5, 2013 Posted September 5, 2013 · Report post Интересно а кто то пробовал эти исходники у себя использовать.... Что то у меня смутное сомнение что это макет... Например Функция: VOID InitInterfacePair(__in WDFUSBDEVICE UsbDevice, __in PWDF_USB_INTERFACE_SETTING_PAIR pUsbInterfacePair, __in UCHAR ucNumberOfInterface) { UCHAR iIndex; for(iIndex=0;iIndex<ucNumberOfInterface;iIndex) { pUsbInterfacePair->SettingIndex =0; pUsbInterfacePair->UsbInterface = NULL; } } Приводит к бесконечному циклу.... и таймауту при регистрации драйвера Интересно было бы пообщаться с теми кто уже занимался этим Quote Share this post Link to post Share on other sites More sharing options...
misyachniy 0 November 16, 2013 Posted November 16, 2013 · Report post for(iIndex=0;iIndex<ucNumberOfInterface;iIndex) iIndex - не инкрементируется в цикле? Quote Share this post Link to post Share on other sites More sharing options...
vitus_strom 0 November 16, 2013 Posted November 16, 2013 · Report post нет.. там еще граблей было - основная проблема не поддерживается мультиинтерфейс устройства Quote Share this post Link to post Share on other sites More sharing options...