if (Number.parseFloat(config.bitShortTime) < 0) {
        throw 'Bit timing needs to be >= 0';
    } else {
        params.push('-l ' + Number.parseFloat(config.bitShortTime));
    }