Xenoamor, maybe you know. What is the difference the HID devices on Windows CE and Windows 7?
I implemented multitouch on Windows7, but it doesn't work on windowsCE. What could be the reason? Can't...
Type: Posts; User: ProBoDiS
Xenoamor, maybe you know. What is the difference the HID devices on Windows CE and Windows 7?
I implemented multitouch on Windows7, but it doesn't work on windowsCE. What could be the reason? Can't...
Hi! You solved the problem?
Paul, how to determine what data contains setup.wRequestAndType, when the host requests a feature report? Serial.print does not work in this part of the code.
I can add any materials that are needed...
I need your help!
Which function will help to know that the host requests a FEATURE REPORT?
Hi!
I'm trying to implement touch screen device on Teensy 3.1 in the Arduino IDE.
I need to recognize two contacts. However, Windows recognizes only one contact now(the second is ignored).
I use...
I was able to implement the multi-touch interface, but don't understand what data and in what sequence I need to write in the endpoint.
What methods could help me? How do I do that?
6095
Thanks, I think this is what I need!
But I don't really understand how these descriptors and endpoints.
How do I link these descriptors and functions basically the body of the program?
Hi!
Development of USB devices is a new way for me.
My task is to develop a device based on Teensy3.1, which should control the mouse, keyboard and multi-touch on windows 7 device(oscilloscope). ...