Page 1 of 1

WINALDL Plugin request

Posted: September 20th, 2005, 6:09 pm
by rccipriani
WinALDL is a program for displaying OBD data for 160 baud ECUs. It reads data from the serial port and can be configured to log it to a text file.

The text file is a fixed-width file, the first row contains column headings. I'd like to be able to parse this file in real-time and output select values to PalmOrb via LCD Smartie to make a "digital dashboard" of sorts.

Any examples of file I/O and outputting this to the LCD? It could just always read the last line in the file to get the latest data. Thanks.

Posted: September 20th, 2005, 7:32 pm
by rccipriani
the $LogFile() function approaches what I need, I might be able to get this to work. It would be nice to do a mid$() function on this - is that available?