The team at LabJack is driven to make measurement and automation simple and affordable. Located in Lakewood, Colorado, LabJack Corporation builds great hardware and software for industry, government, and education.
LabJack writes drivers for Windows, Linux, and Mac OS X, plus example code in dozens of languages. With LabJack's CloudDot online service, it's easy to monitor and control via the web.
Have a question or problem? LabJack engages in active customer support. You can find answers in the support area and FAQ, or contact us so we can help.

Comments
#1
How about Perl support for the UE9 ? UE9 has a serial port-- could I run RS-232 to it and retrieve via ethernet ?
My environment is Debian Linux. We love Perl as a test language. Python not so much.
Is LJFuse up and running for this project ?
Thanks.
#2
To provide more information on serial communication low-level functions, refer to the sections 5.3.17 - 5.3.19 in the UE9 User's Guide.
#3
At the moment we do not provide any Perl wrappers or interfaces for the UD devices, though I can look into that. Currently if you want to get working in Perl you can look into using the low-level function or Modbus protocols and communicating through ethernet. There is also the option of using LJFuse or LJSocket (both support Linux and Mac OS X), which provide a file IO or TCP socket interface which should be accessible through Perl.