I noticed from the sample execution (from the cmd line that you showed)  it
seemed that maybe the commands should be passed with a carriage return
after each parameter.  so instead of:

>
> echo "@" >>/dev/term/a [enter]
> echo "2" >>/dev/term/a [enter]
> echo "2" >>/dev/term/a [enter]
>

do something in perl like

system ( qq!echo  "\@" >> /dev/term/a;echo  "2" >> /dev/term/a;echo  "2" >>
/dev/term/a;!)

?

-----------------------------------------
Craig Moynes
Internship Student
netCC Development
IBM Global Services, Canada
Tel: (905) 316-3486
[EMAIL PROTECTED]



                                                                                       
                              
                    Paul Burkett                                                       
                              
                    <xpaul_burkettx@       To:     [EMAIL PROTECTED]                  
                              
                    yahoo.com>             cc:                                         
                              
                                           Subject:     Well...it kinda sorta works    
                              
                    06/22/01 01:36                                                     
                              
                    PM                                                                 
                              
                    Please respond                                                     
                              
                    to Paul Burkett                                                    
                              
                                                                                       
                              
                                                                                       
                              



I got a little over enthusiatic (however you spell it)
it seems that it will work, but only for a few
entries....should I put the autoflush after every
statement? or just at the end? I'm guessing this does
not do so much with Perl but with the camera hardware itself.

=====
- Paul Burkett

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




Reply via email to