Fixed the dataBits profile name, and upgraded the sharedresources unit tests for the new comport settings.

This commit is contained in:
2021-04-09 20:43:12 +01:00
parent 0835431e76
commit 178ef8b11d
2 changed files with 181 additions and 32 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ namespace ASCOM.Meade.net
private const string SettleTimeName = "Settle Time";
private const string SpeedName = "Speed";
private const string DataBitsName = "8";
private const string DataBitsName = "Data Bits";
private const string StopBitsName = "Stop Bits";
private const string HandShakeName = "Hand Shake";
private const string ParityName = "Parity";