In case anyody need it, here it is:

- Description -
This program controls 8 LEDs over LPT to display Car RPM in LFS.

- Requirements - 
This program is native Win32 so it does not need additional software to e installed. The only requirement is inpout32(from [URL="http://logix4u.net/Legacy_Ports/Parallel_Port/Inpout32.dll_for_Windows_98/2000/NT/XP.html"]this wesite[/URL]) which is included in the archive provided.

- Installation -
You need to edit cfg.txt in your LFS folder and replace these lines:

OutGauge Mode 0
OutGauge Delay 0
OutGauge IP 0.0.0.0
OutGauge Port 0
OutGauge ID 0

with these:

OutGauge Mode 1
OutGauge Delay 5
OutGauge IP 127.0.0.1
OutGauge Port 16969
OutGauge ID 0


- Command line options -
-invertorder : Invert order of LEDs
-invertstates : Invert LEDs' On/Off states
-debug : Output states of LEDs to console

- Other notes -
If you find LEDs changing too slowly, you can decrease value of OutGauge Delay in cfg.txt.