Whisperstream Research Group - SerialComm GSM SDK Documentation

SerialIO Properties

The properties of the SerialIO class are listed below. For a complete list of SerialIO class members, see the SerialIO Members topic.

Public Instance Properties

BaudRate gets the Baud Rate of the serial connection set during initialisation
CommandPauseInterval gets/sets the minimumn amount of time to pause between the sending of asynchronous data using the AsyncSend method. default is zero.
CommandTimeout gets/sets the amount of time (milliseconds) a sychronous command has to complete before a CommandTimeoutException is thrown. default is 10000 milliseconds (10 secs)
COMPort gets the COM port of the active serial connection set during initialisation
ConnectionState gets the serial port connection status
Container (inherited from Component) Gets the IContainer that contains the Component.
DefaultEndTokens gets/sets the default endtokens to match against the response from any synchronous command
IsConnected returns true if the serial port has an active connection, false otherwise
Site (inherited from Component) Gets or sets the ISite of the Component.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

See Also

SerialIO Class | Whisperstream.SerialComm.IO Namespace