diff --git a/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugConnectorSerial.cs b/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugConnectorSerial.cs index 10a66bdba..1c11229bf 100644 --- a/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugConnectorSerial.cs +++ b/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugConnectorSerial.cs @@ -6,20 +6,20 @@ using System.IO.Ports; namespace Cosmos.Debug.Common.CDebugger { - public class DebugConnectorSerial : DebugConnectorStream { - private SerialPort mPort; + //public class DebugConnectorSerial : DebugConnectorStream { + // private SerialPort mPort; - public DebugConnectorSerial(byte aPort) { - // TODO: MtW - Make COM port configurable - mPort = new SerialPort("COM" + aPort, 9600, Parity.None, 8, StopBits.One); - mPort.Handshake = Handshake.None; - mPort.Open(); - Start(mPort.BaseStream); - } + // public DebugConnectorSerial(byte aPort) { + // // TODO: MtW - Make COM port configurable + // mPort = new SerialPort("COM" + aPort, 9600, Parity.None, 8, StopBits.One); + // mPort.Handshake = Handshake.None; + // mPort.Open(); + // Start(mPort.BaseStream); + // } - public override void WaitConnect() { - //TODO: Serial we cant detect connection, but we can wait for first byte... - throw new NotImplementedException(); - } - } + // public override void WaitConnect() { + // //TODO: Serial we cant detect connection, but we can wait for first byte... + // throw new NotImplementedException(); + // } + //} } diff --git a/source2/Users/Kudzu/Notes.html b/source2/Users/Kudzu/Notes.html index 706e86976..2171a2720 100644 --- a/source2/Users/Kudzu/Notes.html +++ b/source2/Users/Kudzu/Notes.html @@ -12,13 +12,14 @@ Matthijs
- Post MS5
+