hi 1- install winavr 2- install mingw 3- install msys 4- download libusb-win32 5- copy libusb.a from libusb-win32\lib\gcc directory to MinGW\lib 6- run msys and go to the commandline directory 7- make -f MakeFile.windows
hi I want to know that When the PC turn on or off (hid-data sampel) i am using this macro #define USB_RX_USER_HOOK(data, len) if(usbRxToken == (uchar)USBPID_SETUP) blinkLED(data, len); -------------------------------------------- void blinkLED(uchar *data, uchar len) { usbRequest_t *rq = (void *)dat...
i want encrypt my data that transfer between Computer(pc) and usb device(atmega8 + v-usb) i found several cryptography library for 8bit microcontroller https://cryptolux.org/Links_to_Embedded_Crypto_Implementations and many cryptography library for Computers like http://www.polarssl.org the cryptogr...
when i using a very time cost function(2s to 12s) in usbFunctionWrite or usbFunctionRead (hid-data sample)the usb device disconnected. i use usbPoll function in my function and upgrate my crystal to 20mhz .but stay my problem how can i solve this problem? thank you
I use win xp pro and install DDK. $ cd commandline Mehdi@MEHDI-XP ~/examples/hid-data/commandline $ make -f MakeFile.windows gcc -o hidtool.exe hidtool.o hiddata.o -lhid -lusb -lsetupapi C:\AVR\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lusb collect2: ld returned...
hi I want to create usb hid-data device but I can't compile the host sample on win or linux. please help me about how can I comile it with mingw or vs6. thank