cython-hidapi icon indicating copy to clipboard operation
cython-hidapi copied to clipboard

raw data question.

Open SeongminJaden opened this issue 2 years ago • 0 comments

I'm using Trustmaster products.

I'm going to bring raw data. I'm going to bring up the data on the throttle.

Trustmaster's product doc says that the data on the throttle comes from 14 bits and 16383 data.

However, if you use the library to retrieve the data, it's 0-255. Divide it 14 times and come out. Is there a way to solve this problem?

The data output method we want is 0 to 16383.

SeongminJaden avatar Mar 09 '22 08:03 SeongminJaden