testing - Connecting to remote tty using perl -
i developing test automation host connected 10 embedded controllers via serial ports (/dev/ttys*)
to speed testing wish add more host , enable them talk controllers. controller must remain connected first host.
the entire test automation software written in perl looking perl based solution. using device::serialport talk controllers. until did work fine
is there way using device::serialport connect tty devices on remote machine if not there similar perl module can that
thanks in advance
if can connect remote host via ssh, can perl script run on remote host. maybe daemon. each script talks devices via local ttys, , talk each other on tcp or udp sockets, using protocol define.
Comments
Post a Comment