I am working on a setup with multiple Multitouch Screens connected to the same computer.
There is an unresolved 5 year old Windows issue, so I thought about creating my own touch management, going from the pure HID information of the Touch Devices. But so far I cannot get the HID nodes to work properly.
If I select one of the devices in HID (Devices), it generates a longish Report Descriptor, and it seems to output reports too. When I copy the descriptor string into HIDDecoder (Devices) and provide one of the given Report IDs, it is even creating some pins.
But it is not sending any data through those pins.
Anyone here have experience with HID? Is there something I am doing wrong?