Click or drag to resize

BBSerialPortSend Method

Transmit data to the serial port

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public void Send(
	string data
)

Parameters

data
Type: SystemString

[Missing <param name="data"/> documentation for "M:Brainboxes.IO.BBSerialPort.Send(System.String)"]

See Also