From 1456bd05cffb57121d6ea92f28408de29bbfd77a Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Mon, 2 Aug 2010 13:39:35 +0000 Subject: [PATCH] --- .../CDebugger/DebugConnectorSerial.cs | 28 +++++++++---------- source2/Users/Kudzu/Notes.html | 11 ++++---- 2 files changed, 20 insertions(+), 19 deletions(-) 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

+

+ Post MS5