Click or drag to resize

ASCIIProtocolSendCommand Method

Send a command to a Brainboxes Device and optionally receive a response back from the device

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string SendCommand(
	string command
)

Parameters

command  String
command to send to device

Return Value

String
response from device, null if there is no response

Implements

IIOProtocolSendCommand(String)
See Also