Discovering comm ports

From Rxtx

(Difference between revisions)
Jump to: navigation, search
(revert spam)
Line 1: Line 1:
-
This code snippet shows how to find out the available comms ports on your computer.:
+
Hi guys,
 +
I found so much useful things here.
 +
Thank you.  
-
<pre>
+
[http://tylka.extra.hu/mature-sluts.html mature british sluts] |
-
    static void listPorts()
+
[http://tylka.extra.hu/mature-galleries.html adult galleries mature women] |
-
    {
+
[http://tylka.extra.hu/mature-boobs.html busty mature fucking] |
-
        Enumeration portEnum = CommPortIdentifier.getPortIdentifiers();
+
[http://tylka.extra.hu/mature-ladies.html classy mature ladies]
-
        while ( portEnum.hasMoreElements() )
+
-
        {
+
-
            CommPortIdentifier portIdentifier = (CommPortIdentifier) portEnum.nextElement();
+
-
            System.out.println(portIdentifier.getName()  " - "  getPortTypeName(portIdentifier.getPortType()) );
+
-
        }       
+
-
    }
+
-
   
+
-
    static String getPortTypeName ( int portType )
+
-
    {
+
-
        switch ( portType )
+
-
        {
+
-
            case CommPortIdentifier.PORT_I2C:
+
-
                return "I2C";
+
-
            case CommPortIdentifier.PORT_PARALLEL:
+
-
                return "Parallel";
+
-
            case CommPortIdentifier.PORT_RAW:
+
-
                return "Raw";
+
-
            case CommPortIdentifier.PORT_RS485:
+
-
                return "RS485";
+
-
            case CommPortIdentifier.PORT_SERIAL:
+
-
                return "Serial";
+
-
            default:
+
-
                return "unknown type";
+
-
        }
+
-
    }
+
-
</pre>
+

Revision as of 10:54, 3 August 2007

Hi guys, I found so much useful things here. Thank you.

mature british sluts | adult galleries mature women | busty mature fucking | classy mature ladies

Personal tools