Posted ByLeon on December 06, 2001 at 15:52:25:
In Reply to: Linux? posted byKen Wood on December 06, 2001 at 14:10:42:
TLServer is also written in Java so "theoretically" it should work on Linux. There is a need to install the javax.comm files for the JRE in Linux because the bundled version use a
Win32 DLL for communicating with the serial port and that have to be replaced by a Linux driver. You can download the javax.comm from Sun's server (www.javasoft.com). Once that is done the TLserver can be started by:
java -jar TLServer10.jar
provided you navigate to the directory where the TLServer10.jar file is installed.
We haven't had a chance to test or port the system to Linux. If you have the time to play with it we will love to hear your feedback.
: What about Linux? I am swiftly moving to linux and was wondering if my PLC will move to it with me. I bet the java applet would be fine.
: What about the TLserver?