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

lcd smartie tutorial

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
bc819
Posts: 3
Joined: February 15th, 2006, 11:43 pm

lcd smartie tutorial

Post by bc819 »

Is there any howtos for using lcd smartie? I'd like to display some text, like pass or fail, based on a status of a switch. OR can i use a command line command to tell the lcdsmartie to print some message on the display. I'm trying to use a crystalFontz CFAH1202A LCD display to report the result of some tests.
Any help is appreciated.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Do you mean network switch? if so you can use the ping plugin. :)
You can also use the warnif plugin to display a message depending on a condition (readed from another proccess or dll) :D

About the direct display to LCD I have made a mini prog called LCD Smartie direct which can help on this case if the target is to direct type a message from your desktop without the need to iopen the configuration of the program every time.

Please be more specific about your needs... :wink:
bc819
Posts: 3
Joined: February 15th, 2006, 11:43 pm

Post by bc819 »

Thanks, limbo. It's not a network switch. Actually, I have a perl script starts a DOS program, when the program finishes, the script reads the exit code of that program. I'd like the LCD to display either pass or fail depends on the return of the exit code.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Can you make this program write down to a file or registry value? :)
bc819
Posts: 3
Joined: February 15th, 2006, 11:43 pm

Post by bc819 »

I can have the perl script to write the message to a file, but i don't know how to write to resistry in perl yet.
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

writing to file is a good solution...
you ca use the $File(C:\file.txt,1) command to read the values :)
Post Reply