todbot / hidapitester

Simple command-line program to test HIDAPI
GNU General Public License v3.0
257 stars 29 forks source link

how to change command and host packet. #19

Closed yu-young-hoon closed 1 year ago

yu-young-hoon commented 1 year ago

I want to change my logitech mouse bluetooth host.

스크린샷 2023-02-23 오전 1 40 48 This is a request when change host from logitech flow

./hidapitester --vidpid 046D:B01B --usage 0x0001 --usagePage 0x0001 --open --length 4 --send-feature 40 --send-output 0x11,0x09,0x1e,0x01

This is my request.

스크린샷 2023-02-23 오전 2 10 53 But the packets are a little different.

스크린샷 2023-02-23 오전 2 10 09 I found that the difference is command and handle. how can i change? pls T ^ T help me

yu-young-hoon commented 1 year ago

I knew. that serial communication is required TT