From: Arun
> Hi this is Arun here, i am new to perl.Here i am trying to read a
> string from the serial port but i am not able to and this is my
> program:
You don't show the initialization for that port. How was it configured
and do all of the settings match the device talking to it? The most
co
Arun wrote:
>
> Hi this is Arun here, i am new to perl.Here i am trying to read a
> string from the serial port but i am not able to and this is my
> program:
>
> # Read serial port until message or timeout occurs
> sub ReadPort($$$) {
> (my $String, my $TimeOut, my $Display) = @_;
> $ob->