Re: I discovered the problem BUT...

2001-06-22 Thread Craig Moynes/Markham/IBM
PROTECTED] Subject: Re: I discovered the problem BUT... 06/21/01 04:12

Re: I discovered the problem BUT...

2001-06-21 Thread Paul Burkett
I have too many problems which I wont list here since this is Perl help list, but basically it is asking me for things I already have when I try installing them. --- Chas Owens <[EMAIL PROTECTED]> wrote: > > > Since I have transferred to Linux I already miss 2 > great software's > from Microsoft

Re: I discovered the problem BUT...

2001-06-21 Thread Paul Burkett
Sorry the 'tutorial' I read said that 'qw' was pointless, I can see they they just plain suck and I'm deleting the bookmark as we speak. This tutorial completely screwed me over and made me confused (personally I now hate programming and Perl). And I didn't mean to just send the email to you...Yah

Re: I discovered the problem BUT...

2001-06-21 Thread Michael Fowler
On Thu, Jun 21, 2001 at 12:45:33PM -0700, Paul Burkett wrote: > No, the default setting is 9600 I did a test with it > by making a loop on the serial devices, it seems that > the camera can only take characters at a delayed input > rate, that's why it worked in 'tip' is because I typed > it charac

Re: I discovered the problem BUT...

2001-06-21 Thread Paul Burkett
No, the default setting is 9600 I did a test with it by making a loop on the serial devices, it seems that the camera can only take characters at a delayed input rate, that's why it worked in 'tip' is because I typed it character-by-character. I did an 'echo' command in solaris and it did not work

Re: I discovered the problem BUT...

2001-06-21 Thread Michael Fowler
On Thu, Jun 21, 2001 at 03:34:15PM -0400, Brett W. McCoy wrote: > On Thu, 21 Jun 2001, Paul Burkett wrote: > > > I found out the problem was not anything related to > > the script, rather it was the speed being inputted (is > > that a word) into the serial device. Does anyone know > > how to del

Re: I discovered the problem BUT...

2001-06-21 Thread Brett W. McCoy
On Thu, 21 Jun 2001, Paul Burkett wrote: > I found out the problem was not anything related to > the script, rather it was the speed being inputted (is > that a word) into the serial device. Does anyone know > how to delay the input of characters? I think you have to configure your serial devic

I discovered the problem BUT...

2001-06-21 Thread Paul Burkett
I found out the problem was not anything related to the script, rather it was the speed being inputted (is that a word) into the serial device. Does anyone know how to delay the input of characters? Is it 'wait' or something else? Thanks! = - Paul Burkett __