Still workingon ConnectPorts method.

This commit is contained in:
Erick Kinnee 2019-03-08 13:27:08 -06:00
parent b89c46fc4a
commit 40664abe49

View file

@ -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 "";