×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Esatto not connecting on Mac, wrong driver loaded?

  • Posts: 207
  • Thank you received: 18
Ah, that is very helpful. I always have auto search enabled and have experienced some erratic behavior with my SestoSenso before it ‘snapped’ into connection, after which it has been working well. I might just have been lucky then that time and this time is a bit more tricky.
Will try manually connect and see how it works.


Sent from my iPad using Tapatalk
2 years 5 months ago #76729

Please Log in or Create an account to join the conversation.

  • Posts: 207
  • Thank you received: 18
Unfortunately this did not work. Also after manually selecting the proper USB-port, the connection could not be established. It looks like it is a problem with the MAC-software/driver, as it does connect properly to a unix (Ubuntu 20.04) machine. This is the message I'm getting. It is looking for a parameter 'SN', which it cannot find. Does anyone have an idea what that means? Unfortunately this did not work. Also after manually selecting the proper USB-port, the connection could not be established. It looks like it is a problem with the MAC-software/driver, as it does connect properly to a unix (Ubuntu 20.04) machine. This is the message I'm getting. It is looking for a parameter 'SN', which it cannot find. Does anyone have an idea what that means?

 
2 years 5 months ago #77406
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 348
  • Thank you received: 69
The driver requested the serial number of the Esatto, and that returned an error. Could be a few things:

1. Firmware on the Esatto is incompatible with the driver.
2. The serial port the driver is attempting to use is not the Esatto serial port.

It's a result of this function in the driver:

github.com/indilib/indi/blob/master/driv...user/sestosenso2.cpp

bool CommandSet::getSerialNumber(char *res) { return sendCmd("{\"req\":{\"get\":{\"SN\":\"\"}}}", "SN", res); }
If it is a firmware issue, the driver download contains the V1.3 firmware: eu.primalucelab.com/info/downloads.html
Last edit: 2 years 5 months ago by Giles.
2 years 5 months ago #77408

Please Log in or Create an account to join the conversation.

  • Posts: 207
  • Thank you received: 18
Thanks Giles.
I have firmware 1.3 on the Esatto. The serial port the driver is trying to connect to is the port of the Esatto. So can't see where this goes wrong. Are the drivers for the Mac version the same as the drivers for Ubuntu? Since everything is working on Ubuntu, could it be a problem specific to the way the drivers are compiled for Mac?
Btw using a Mac M1.
2 years 5 months ago #77410

Please Log in or Create an account to join the conversation.

  • Posts: 348
  • Thank you received: 69
I believe they are the same drivers. But unfortunately, I'm unfamiliar with Mac stuff.
The following user(s) said Thank You: W J Drijfhout
2 years 5 months ago #77411

Please Log in or Create an account to join the conversation.

  • Posts: 348
  • Thank you received: 69
I see you've found the other thread where people are experiencing this same problem. Looks to be Serial driver on the Mac related.
2 years 5 months ago #77430

Please Log in or Create an account to join the conversation.

  • Posts: 207
  • Thank you received: 18
Indeed, and since the problem was identical, I thought the fix would work as well. But unfortunately that's not the case yet. Investigating Silabs drivers on the Mac opens up quite a can of worms....
2 years 5 months ago #77432

Please Log in or Create an account to join the conversation.

  • Posts: 58
  • Thank you received: 2

I have the same problem with a different focuser on Mac.
It will connect with TheSky with the same serial driver but not with Ekos.

Probably there’s something wrong with the Mac port of Ekos?
indilib.org/forum/focusers-filter-wheels...i-won-t-connect.html
 
Last edit: 2 years 5 months ago by Oliver.
2 years 5 months ago #77433

Please Log in or Create an account to join the conversation.

  • Posts: 207
  • Thank you received: 18
It starts to look that way indeed. A pity, as one of the benefits of Macs is that driver issues are almost never an issue.
2 years 5 months ago #77434

Please Log in or Create an account to join the conversation.

  • Posts: 999
  • Thank you received: 155
Here's what I used with the MacOSX version of INDI Web Manager:
But this version of the driver is not the same as the version built into the MacOSX version off KStars.  They are different.  The INDI Web Manger version (which comes out as Sesto2) does not have as many controls, and no backlash compensation.  The Sesto2 and Esatto drivers in the built-in version of KStars OSX do have those features.

 
2 years 5 months ago #77443
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 207
  • Thank you received: 18
Just tried the Webmanager route, but same results. As you say, the INDI drivers for the web manager are not necessarily the same as the ones baked into KStars for MacOS. But I have now INDI Webmanager app 1.6 installed, and the drivers are pretty much the same. Unfortunately also the same issue....
Perhaps you have an earlier version of INDI Webmanager app? If so, it could mean that the error has been introduced during an update of one of the drivers.
2 years 5 months ago #77456

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
I just saw this in the other thread Peter created.  I will rebuild that program soon.  Sorry I fell behind in builds of that.  I am near 100% certain that the INDI drivers in that program are definitely behind the KStars build, since I don't remember rebuilding that recently.

Sorry about that
The following user(s) said Thank You: W J Drijfhout
2 years 5 months ago #77460

Please Log in or Create an account to join the conversation.

Time to create page: 2.429 seconds