From 40664abe49b790a9c30bab7c150386912e297b8c Mon Sep 17 00:00:00 2001 From: Erick Kinnee Date: Fri, 8 Mar 2019 13:27:08 -0600 Subject: [PATCH] Still workingon ConnectPorts method. --- SharpCAT/SharpCAT.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SharpCAT/SharpCAT.cs b/SharpCAT/SharpCAT.cs index 92361f5..e834647 100644 --- a/SharpCAT/SharpCAT.cs +++ b/SharpCAT/SharpCAT.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using System; +using System.Collections.Generic; using System.IO.Ports; namespace SharpCATLib @@ -40,6 +41,7 @@ namespace SharpCATLib foreach (string port in portnames) { + //Testing ports.Add(new Serial("COM11", BaudRates.ThirtyEightFour, Parity.None, StopBits.Two, Handshake.None)); } return "";