This commit is contained in:
2017-05-11 21:26:21 +02:00
parent 32c360ebb8
commit 62bec2f317
2 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ namespace PIC_Simulator.PIC
List<string> result = new List<string>();
ArrayComPortsNames = SerialPort.GetPortNames();
if (ArrayComPortsNames.Length == 0) return result;
do
{
index += 1;