AutoSerial by Alab Technologies - Toolkit for LabVIEW Download
Helps LabVIEW developers automate manual interactions of a user with custom devices on serial port similar to the way they would on a command line application such as Putty. It makes it easy to log in, enter username and password, send and receive data from a device and interact with it.
Version | 1.0.0.12 |
Released | Sep 20, 2016 |
Publisher | Alab Technologies |
License | Alab Technologies Software License |
LabVIEW Version | LabVIEW>=15.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
The AutoSerial toolkit is built to automate manual human interactions with any serial device. Consider this toolkit as an automated solution in LabVIEW to replace the manual operations using the popular Putty application for Windows. This toolkit will help you programmatically:
· Establish a serial connection with a device
· Easily respond to any prompts such as username and password to log into a device
· Send data and commands to a device to control it
· Read data coming from the remote device
Sample VIs are provided to demonstrate how to use this toolkit to log into a Raspberry Pi and also a Cisco network switch and automate interactions that could be manually done using Putty in Windows.