mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-04-05 14:35:18 +00:00
Still workingon ConnectPorts method.
This commit is contained in:
parent
b89c46fc4a
commit
40664abe49
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue