Open a serial port at the default baudrate

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool Open(
	string portname
)
Visual Basic (Declaration)
Public Function Open ( _
	portname As String _
) As Boolean
Visual C++
public:
bool Open(
	String^ portname
)

Parameters

portname
Type: System..::.String
"Port name of the form COM#

See Also