in reply to Re: Connecting to remote tty
in thread Connecting to remote tty

Thanks !

looks like it will do the job

BTW - i noticed the following init option in Decive::SerialPort
$PortObj->hostname('localhost'); # for socket-based implementations
$PortObj->hostaddr(0); # false unless specified

does it mean some support is allready present in Decive::SerialPort ?