Java Developers Guide...

LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT Series

Moderators: Henry, Mods

Post Reply
Henry
OMNIPRESENT
OMNIPRESENT
Posts: 3002
Joined: Tue Aug 14, 2001 6:00 pm
Contact:

Java Developers Guide...

Post by Henry »

-=coming soon=-
Henry J.
President
Matrix Orbital

Johnny1
Matrix Orbital
Matrix Orbital
Posts: 23
Joined: Tue Dec 10, 2002 1:23 pm
Contact:

LCD Tester Installer

Post by Johnny1 »

Please visit the link below for full documentation on how to install LCD Tester.

http://www.lcdforums.com/forums/viewtopic.php?t=1535
Johnny Patino
Software Developer
Matrix Orbital

Johnny1
Matrix Orbital
Matrix Orbital
Posts: 23
Joined: Tue Dec 10, 2002 1:23 pm
Contact:

Display Communication Sample

Post by Johnny1 »

Display Communication Sample

Image

Display Communication Sample is a Java application that comes with everything including code and documentation. This simple application allows you to connect to any serial port including USB ports, and send and receive data to and from our displays. You may also send commands to the displays byte by byte. Anyway check it out for yourself, it's an easy way to get started writting your own applications to communicate to our displays using Java.

Here is the link to download Display Communication Sample:

http://www.lcdforums.com/download/CodeS ... Sample.zip

This zip file includes...
  • DisplayCommunicationSample.jar -> Double-click this file to start running the application
    DisplayCommunicationSample Documentation.html.lnk -> Shortcut to documentation home file
    javadoc -> Folder containing documentation
    src -> Folder containing source code
Note: This application uses Java(TM) Communications API 2.0, which is only available for Windows and Solaris. If anyone wants a Linux version let me know.

Requirements For the communications API all you need to do is copy these three files from the downloaded zip file:
  • win32com.dll to the .../jre/bin/ directory
    javax.comm.properties to the .../jre/lib directory
    comm.jar to the .../jre/lib/ext directory
That's it, no need to change CLASSPATH or anything like that.

C Sample
Thought I'd keep it simple and do a C sample first.
http://www.lcdforums.com/forums/viewtopic.php?t=1588

Next...
Display Communications Sample in VC++.....
Johnny Patino
Software Developer
Matrix Orbital

stiwon
LCD?
Posts: 1
Joined: Thu Jul 14, 2005 3:43 am

Post by stiwon »

The link to the java example doesn't seem to be working - has it moved?

Thanks
Stefan

Tom
Matrix Orbital
Matrix Orbital
Posts: 1030
Joined: Mon Jul 19, 2004 4:43 pm
Location: Calgary
Contact:

Post by Tom »

Hi Stefan,

A sample can be found at http://www.lcdforums.com/forums/viewtopic.php?t=2724 .

If you have anymore questions or concerns, please feel free to contact me.

Best Regards,

Post Reply