Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

plx2lm1

Browsing readme.txt (1.92 KB)

-------------------------------------------------------------
               PLX To LM-1 Wideband Converter
                Copyright � 2009 JaviteSoft
-------------------------------------------------------------

This program allows you to interface to a PLX wideband as if
it was a LM-1 wideband. It takes in the PLX data and modifies
it to the LM-1 format, and then sends it back out.

This was developed for use with EcuTek DeltaDash, but could
easily be used with other data logging software.

Source code written in VB.NET (.NET 2.0)

-------------------------------------------------------------

Installation Notes:

First, you will need to set the correct com port for the PLX
by editing the incoming_port in the config.xml file located in
the plx2lm1 folder.

Second, you will need to install the com0com null-modem driver
and configure it before the application will work properly.

Run the setup.exe located in the com0com-2.2.0.0-i386-fre.zip
file in the extra folder.

A null-modem will be created for you, but not setup correctly.
To setup the null-modem, run the setup utility installed
with com0com (located in the program folder) and rename
CNCA0 to COM11 and CNCB0 to COM12. If you do not have either
COM ports available, you can choose to use different ports.
(if you use other ports than COM11 and COM12, you will need
to edit the config.xml file located in the plx2lm1 folder)

Finally, choose COM12 (or whatever port you chose) as the
LM-1 serial port in your data logger application.

For other com0com distributions please visit their website at:
http://com0com.sourceforge.net/

-------------------------------------------------------------

All source code is GPL. For more information about the
General Public License please refer to license.txt.

For updates on this source and binary please visit
the JaviteSoft :: Projects in Development website at:

http://www.javitesoft.com

Download readme.txt

Back to file list


Back to project page