DotNetSerialPort

DotNetSerialPort.Read Method

Reads everything in the input buffer, if there is something to read.

Overload List

Reads everything in the input buffer, if there is something to read.

public byte[] Read();

Reads data from the input buffer

public byte[] Read(int);

Reads data from the input buffer

public byte[] Read(int,int);

See Also

DotNetSerialPort Class | SWBOX Namespace