RE: Unable to read the string

2008-07-31 Thread Bob McConnell
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

Re: Unable to read the string

2008-07-31 Thread Rob Dixon
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->

Unable to read the string

2008-07-30 Thread 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: # Read serial port until message or timeout occurs sub ReadPort($$$) { (my $String, my $TimeOut, my $Display) = @_; $ob->read_const_time($TimeOut); # S