In The Hand LtdIn The Hand
OpenSerialPort Method (portName)
NamespacesInTheHand.VisualBasic.DevicesPortsOpenSerialPort(String)
.NET Components for Mobility
Creates and opens a SerialPort object.
Declaration Syntax
C#Visual Basic
public SerialPort OpenSerialPort(
	string portName
)
Public Function OpenSerialPort ( _
	portName As String _
) As SerialPort
Parameters
portName (String)
Name of the port to open.
Return Value
An open SerialPort object, configured with the supplied arguments.
Remarks

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0