Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

WINALDL Plugin request

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
rccipriani
Posts: 2
Joined: September 20th, 2005, 4:03 pm

WINALDL Plugin request

Post 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.
rccipriani
Posts: 2
Joined: September 20th, 2005, 4:03 pm

Post 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?
Post Reply