mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
15 lines
362 B
VB.net
15 lines
362 B
VB.net
Namespace Connection
|
|
Namespace Protocol
|
|
Public Class Serial
|
|
Inherits Connection.Protocol.PuttyBase
|
|
|
|
Public Sub New()
|
|
Me.PuttyProtocol = Putty_Protocol.serial
|
|
End Sub
|
|
|
|
Public Enum Defaults
|
|
Port = 9600
|
|
End Enum
|
|
End Class
|
|
End Namespace
|
|
End Namespace |