Click or drag to resize

DefaultSerialProtocolSend Method

Send data down the serial port encoded in the set encoding

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

Parameters

message
Type: SystemString

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

Implements

ISerialProtocolSend(String)
See Also