06-26-2008 12:52 PM - edited 06-26-2008 12:55 PM
The device from Lantronix is usually a little network controller that translates from a network interface to a RS-232 port for connection to embedded devices. It is meant to allow TCP/IP connection to embedded devices without having to implement an Ethernet PHY on such a device and the complexities of the necessary device driver and TCP/IP stack for this. From the embedded device it looks like it is controlled through a terminal over the RS-232 interface, while from the PC side you send commands to the Lantronix over Ethernet that get translated to RS-232.
@Aashish_M wrote:
Hey Bala,
It seems that you are trying to control a non National Instruments device with LabVIEW. When this is the case, you'd usually sought after drivers from the Instrument Driver Network. These are basically VIs that has VISA or DLL calls customized to the instrument. The only thing is that I don't see your device on the list, so you would have try and create your own by referring to the device manual for its commands. I am pretty much re-iterating what Rolfk mentioned in an earlier post.
Does the program for Lantronix have a supporting ActiveX object?
It is possible to control ActiveX objects using the ActiveX container in LabVIEW.
06-26-2008 02:51 PM