I would like to get the coordinate (x, y) regarding the Logitech wireless touchpad. I am programming in Python and hope to use the touchpad as an input device to control the microscope. I'm not sure how to access touch data; I tried to access the USB connection of the device through PySerial, but I can not connect to the device through this module. This is a multi-touch touchpad, and therefore I am also interested in detecting a few touches. Thanks for any help.
source
share