mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-01-04 07:30:03 +01:00
Still workingon ConnectPorts method.
This commit is contained in:
parent
b89c46fc4a
commit
40664abe49
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue