Added and error message to the trace log when the com port is failing and looping back data

This commit is contained in:
2020-05-23 18:40:04 +01:00
parent 07665b7617
commit b9522ae2a2
7 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ namespace ASCOM.Meade.net
try
{
ReadProfile();
_sharedResourcesWrapper.Connect("Serial", DriverId);
_sharedResourcesWrapper.Connect("Serial", DriverId, _tl);
try
{
IsConnected = true;