Open a serial port at the default baudrate in polled mode

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

Syntax

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

Parameters

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

See Also