Click or drag to resize

SerialPortAPIReceiveString Method

Receives a string of characters via the card's serial port, waiting up to the configured ReadTimeout period.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public string ReceiveString(
	int readCount
)

Parameters

readCount  Int32
The number of characters to read.

Return Value

String
The received string.
See Also