Back to product page

TerminalSpeed


Selects the terminal speed that is reported to the server.

Type

A Long value. Represents terminal speed reported to the remote server.

Syntax

  • Basic
object.TerminalSpeed [= value]
The TerminalSpeed(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodSSH.
valueA Long value.

Remarks

Telnet and SSH protocol specifications define that clients should send terminal speed to the server, so that it can adjust how fast is data sent back to the client, or change applications so that they show more or less details. Most commonly, 38400 bps is reported to remote side.

Note that terminal speed does not really have any affect on the local side - yet some servers require different values so this property is provided.

Platforms

Windows