Added 5 second timeout for the serial port.
Fixed problem with the GW command not working on the Autostar 497.
This commit is contained in:
@@ -62,6 +62,8 @@ namespace ASCOM.MeadeAutostar497.Controller
|
||||
|
||||
public void Open()
|
||||
{
|
||||
_serialPort.ReadTimeout = 5000;
|
||||
_serialPort.WriteTimeout = 5000;
|
||||
_serialPort.Open();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user