Skip to Navigation

Programming (UD)

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.