Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Unusual error in Win32::SerialPort (Missing REQUIRED setting for BAUD)

by BronzeWing (Monk)
on May 20, 2003 at 15:33 UTC ( [id://259489]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Missing REQUIRED setting for BAUD at Foo.pm line 35
    write_settings failed, closing port at Foo.pm line 35
    Failed to write settings at Foo.pm line 35.
    
  2. or download this
    my $Serial = new Win32::SerialPort('COM1') or die "Serial port died";
    $Serial->baudrate(115200);
    $Serial->parity('none');
    ...
    $Serial->error_msg(1);
    $Serial->user_msg(1);
    $Serial->write_settings || die "Failed to write settings";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://259489]
Approved by Thelonius
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-19 19:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found