Putting in the ability to have serial port drivers.

This commit is contained in:
Lars Brubaker 2015-05-19 13:06:42 -07:00
parent 810dc6eca3
commit 5e9140ad17
4 changed files with 7 additions and 5 deletions

View file

@ -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)