The following link is to download the ConsoleDisplayCommunication.zip file.
http://www.lcdforums.com/download/CodeSamples/ConsoleDisplayCommunication.zipInside of it are two files:
1. ConsoleDisplayCommunication.exe // Executable
2. ConsoleDisplayCommunication.c // Source code
This sample program shows how you may use the win32 API to write C programs that communicate with our displays. With this program you may read and write to our displays, as well as send commands to them. This program should work on Win9x and WinNT(2000/XP).
I tried to keep it very simple and document it as much as possible. You may use the code or parts of it if you want, but it's meant more of a guide than anything else.
Hope this helps, and good luck with your own customized display applications.