Well, you know, its just that my course in university is entitled "System Programming", and the most major requirement is to produce a kernel-mode driver =)
So I thought I can use LIBUSB-Win32 to create a kernel-mode driver. What's the problem with making it work with a HID device?
Search found 3 matches
- Wed Apr 11, 2007 3:50 pm
- Forum: V-USB
- Topic: Help w/understanding USB using Atmel controllers
- Replies: 5
- Views: 8982
- Wed Apr 11, 2007 3:28 pm
- Forum: V-USB
- Topic: Help w/understanding USB using Atmel controllers
- Replies: 5
- Views: 8982
=) Another question
Ah, figured it out. Ok, another question. I am currently using the standard Atmel HID device firmware. Since their DLL called AtUsbHid.DLL hasn't got any sources available, I'd like to ask you: Is it actually possible to use LIBUSB sources to write a mini-driver in kernel mode similar to Atmel's DLL...
- Wed Apr 04, 2007 11:09 pm
- Forum: V-USB
- Topic: Help w/understanding USB using Atmel controllers
- Replies: 5
- Views: 8982
Help w/understanding USB using Atmel controllers
Plz, dont pun me for misunderstanding, but I am totally new to USB and to driver programming. Could u please answer a few questions: 1)What kind of software does Automator represent? Does it include a kernel-driver or it barely uses standard HID-driver? 2)Is there a relatively simple way to adapt th...