Class DebugConnectorSerial
Use a serial port to implement wire transfer protocol between a Debug Stub hosted in a debugged Cosmos Kernel and our Debug Engine hosted in Visual Studio.
Inheritance
System.Object
DebugConnectorSerial
Inherited Members
Namespace: Cosmos.Debug.DebugConnectors
Assembly: Cosmos.Debug.DebugConnectors.dll
Syntax
public class DebugConnectorSerial : DebugConnectorStreamWithTimeouts
Constructors
| Improve this Doc View SourceDebugConnectorSerial(String)
Declaration
public DebugConnectorSerial(string aPort)
Parameters
Type | Name | Description |
---|---|---|
System.String | aPort |
Methods
| Improve this Doc View SourceGetIsConnectedToDebugStub()
Declaration
protected override bool GetIsConnectedToDebugStub()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceInitializeBackground()
Declaration
protected override void InitializeBackground()