Putting in the ability to have serial port drivers.
This commit is contained in:
parent
810dc6eca3
commit
5e9140ad17
4 changed files with 7 additions and 5 deletions
|
|
@ -339,6 +339,8 @@ namespace MatterHackers.MatterControl.DataStorage
|
|||
|
||||
public string ComPort { get; set; }
|
||||
|
||||
public string DriverType { get; set; }
|
||||
|
||||
public string BaudRate { get; set; }
|
||||
|
||||
public bool AutoConnectFlag { get; set; } //Auto connect to printer (if available)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue