Added and error message to the trace log when the com port is failing and looping back data
This commit is contained in:
@@ -187,7 +187,7 @@ namespace ASCOM.Meade.net
|
||||
try
|
||||
{
|
||||
ReadProfile();
|
||||
_sharedResourcesWrapper.Connect("Serial", DriverId);
|
||||
_sharedResourcesWrapper.Connect("Serial", DriverId, _tl);
|
||||
try
|
||||
{
|
||||
IsConnected = true;
|
||||
|
||||
Reference in New Issue
Block a user