Trying to connect up skysafari via the usconverters wifi device. I've read on cloudynights that some folks are able to get it to work fine with autostarX HBX's but not audiostar (which is what I have).
I get this error when I try to connect: "it was able to make a wifi connection but the scope is not responding".
I've done some pretty in depth diagnostics and have a theory as to what the problem is.
What I've done is I took SkySafari out of the loop. I connected up the us converters device to the audiostar with the meade 505 standard 4 to 6 pin cable + the RS232 "dongle" they provide.
Next I connected my computer via wifi to the device using the "AXNR2W" config utility they provide to create a virtual com port. Then I used putty to connect to that com port and send commands to the scope.
Using the protocol guide here: https://www.meade.co...col_
So, I can confirm the us converters device IS working with the scope without a doubt.
One thing I've noted is if the "transmitter timer" is set too high, skysafari times out (error code -13) on all commands. What this seems to control is how quick the usconverters device will return back a response to a command. e.g. I set it to 2500ms and expectedly, it takes about 2.5 seconds for a response (in putty).... I set it to 50ms and it is pretty much instantaneous.
I thought ah ha! I found the problem... so I set the timer value to 100ms, 50ms and even 10ms (min)... good news now is skysafari is getting responses to most commands - but not all (according to its log files). Before I lowered this value, skysafari wasn't logging *any* responses. Seems if even one commands fails/timesout when you "connect", it will give you that dreaded error message.
The log file shows stuff like this:
Sent ASCII at 2018/12/21 13:22:00 with error 0:
:St+39*20#
Received ASCII at 2018/12/21 13:22:01 with error 0:
1
Sent ASCII at 2018/12/21 13:22:01 with error 0:
:Sg084*26#
Received ASCII at 2018/12/21 13:22:04 with error -13:
Sent ASCII at 2018/12/21 13:22:04 with error 0:
:GR#
Received ASCII at 2018/12/21 13:22:04 with error 0:
20:43:19#
Sent ASCII at 2018/12/21 13:22:04 with error 0:
:Sw4#
Received ASCII at 2018/12/21 13:22:07 with error -13:
One thing that has caught my eye in all this troubleshooting is that though some commands sometimes get a response and sometimes don't; I've never seen a response come back for the Sg command e.g. Sg084*26. Not sure if it means anything (though I get one if I sent that command via putty as outlined above).
I kind of wonder if this timeout issue is causing some of the other intermittent issues I've seen by other users.
Given I am software developer by trade, I went as far as writing a little C# console app to test the interface out.... so I'm willing to go pretty deep to help troubleshoot.
Anyway for me to tweak the timeout in the skysafari app? Any other suggestions?