Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: finding a serial port with Win32::SerialPort

by Marshall (Canon)
on Aug 22, 2011 at 11:58 UTC ( [id://921632]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    prints:
    Caption: COM1
    Name: COM1
    
  2. or download this
    my @valid_com_ports;
    foreach my $com ( map{"COM$_"}1..32)
    ...
       # perhaps use the open_uart function()
       # and then push @valid_com_ports, $com;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-03-28 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found