|
|
|
@ -12,7 +12,7 @@ public class ModelSerialTest : EGModule,IEGFramework |
|
|
|
|
|
|
|
|
|
|
|
public const string PORT_WIN = "COM2"; |
|
|
|
public const string PORT_WIN = "COM2"; |
|
|
|
|
|
|
|
|
|
|
|
public bool IsLinux = false; |
|
|
|
public bool IsLinux = true; |
|
|
|
|
|
|
|
|
|
|
|
public string TestPort { set; get; } = PORT_LINUX; |
|
|
|
public string TestPort { set; get; } = PORT_LINUX; |
|
|
|
public string ColorSerialPort { set; get; } = ""; |
|
|
|
public string ColorSerialPort { set; get; } = ""; |
|
|
|
|