Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 578 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 578 Bytes

Small tool allowing to modify the (electrical) resistance of the Load Cell in the Fanatec CSL Elite brake pedal.

Development

A virtual machine was used to find the bytearrays used to write the resistance and interpret the received bytearray from the device. There are some hardcoded bytes whose meaning I do not (yet) know ...

Dependencies

Requires libusb-1.0 and python-libusb1, e.g.

pip install libusb1

Usage

python LoadCellConf.py # read current value
python LoadCellConf.py [0-10] # set value, with 0 lowest and 10 the highest resistance