Racing Simulator Telemetry Mapping
The Moza KS Pro Wheel will track RPMs with its LEDs and display flag signals.
Use this config (or add relevant block to an existing config):
configs =
({
sim = "default";
car = "default";
devices = ( {
device = "Serial";
type = "Wheel";
subtype = "MozaKSProWheel";
devpath = "/dev/ttyACM0";
baud = 115200;
}
);
});