Click or drag to resize

ISerialProtocolSend Method

Send data down the serial port

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

Parameters

message
Type: SystemString

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

See Also