Hi,
I'm reading outgauge in Python, and printing it to the screen. I've started with the code example here... http://en.lfsmanual.net/wiki/OutSim_/_OutGauge
However, the data doesn't seem correct. RPM seems right, but speed seems to be a bit less than half of actual, and engtemp is always zero (although it shows correctly in the game). Any idea why this is? I suspected data format issues, but the returned data is strings, which printed to the screen as is, is incorrect. Where can I find the format of the outgauge packets?
Thanks.
I'm reading outgauge in Python, and printing it to the screen. I've started with the code example here... http://en.lfsmanual.net/wiki/OutSim_/_OutGauge
However, the data doesn't seem correct. RPM seems right, but speed seems to be a bit less than half of actual, and engtemp is always zero (although it shows correctly in the game). Any idea why this is? I suspected data format issues, but the returned data is strings, which printed to the screen as is, is incorrect. Where can I find the format of the outgauge packets?
Thanks.