北极小狐
Results
2
comments of
北极小狐
It seems like CH9329_COMM might not be the go-to for this. You should probably use a dedicated library for that, like pyautogui: ```python import pyautogui x, y = pyautogui.position() ```...
Ah, I see! It looks like you can get this done with the CMD_READ_MY_HID_DATA (0x87) command. You'll need to follow the communication protocol document's instructions to send a data packet...