×

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

Bi-monthly release with minor bug fixes and improvements

Baader Steeldrive II won‘t connect

  • Posts: 58
  • Thank you received: 2
I’m on Mac so I can’t try.
1 year 5 months ago #87932

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

  • Posts: 58
  • Thank you received: 2
If there's anything I could provide to get this focuser to work let me know.
1 year 5 months ago #87963

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

  • Posts: 85
  • Thank you received: 40

Yes, as I posted earlier in this thread:
Another approach is to try to access the Steeldrive serial port via another program like Screen or Minicom pbxbook.com/other/mac-tty.html in a console.
You have to 'talk' the protocol to see anything assuming it is ASCII based. This may help diagnose the issue
.
1 year 5 months ago #87972

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

  • Posts: 58
  • Thank you received: 2
Hans, I‘ve seen your post but I thought it was not necessary as the focuser is working flawlessly with two different apps (TheSkyX and AstroImager) on my Mac with the same serial port driver (cu.usbserial-A907KE80).

And I must admit that I‘ve no clue what to do or 'talk' to my focuser or what to report here.
I‘m not in coding or something. Just a normal user.
1 year 5 months ago #87974

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

I can't do much about the driver unless it's connected to some Linux machine that I can access remotely. I don't know how to debug drivers in Mac, but in Linux I can. When I wrote that driver a couple of years ago, it was working flawlessly with the focuser.
1 year 5 months ago #87988

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

  • Posts: 85
  • Thank you received: 40

Noted. I still think this is the best way forward, as the only alternative I can think about is you setting up a full compiler and debugger. My hypothesis is there is a basic connection issue that might show with other tools as well. We may need a few rounds to get the needed info though. I hope you're up for it :)

The idea is the following : use a text terminal with a command line tool like screen to connect to the proper serial port and ask the focuser to report its version. That's all. If that works then the other commands will too.
If you use that URL that I pasted earlier to install screen and/or minicom then we can proceed. You may need both. Run these commands with the instructions below and paste us the exact input/output of the teminal text.

Like this :
20221110_142204 hans@T450s:~/ minicom --device /dev/cu.usbserial-A907KE80 --noinit --baudrate 19200

And in minicom you type
$BS GET VERSION
and press enter at the end. We need Minicom to send a line feed and a carriage return. We may need to configure that if it doesn't do that by tiself already.

And we expect something like the example answer from chapter 3.2.4 in www.baader-planetarium.com/en/downloads/...al_documentation.pdf :
$BS STATUS VERSION:0.700(Apr 5 2019)

Let's see how far we get.
1 year 5 months ago #88006

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

  • Posts: 58
  • Thank you received: 2
Thanks you very much!

Ok here we go: after fiddling with minion 2.2 (too old) I managed somehow to get version 2.8 running.
I did what you suggested but I can't get anything back after $BS GET VERSION.

1 year 5 months ago #88015

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

  • Posts: 85
  • Thank you received: 40
Nice ! You got farther than I had expected already in that you have the rights to open the serial port and the focuser even says 'hi'.
I assume we now need to set the proper line ending, the spec wants \r\n , that is a carriage return and a line feed. And minicom can be told to use this in the menu.
When you go to the menu with Meta-Z in Mac (CTRL-A Z in Linux) you get a menu with ao. these two lines :
Add Carriage Ret...U
Add linefeed.......A
When you press U the setting is toggled, the menu exits and you get to see a line at the bottom briefly stating
Add carriage return ON
or
Add carriage return OFF
And similar for when you press A.
You want both carriage return and linefeed ON.
Then try again with
$BS GET VERSION
1 year 5 months ago #88039

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

  • Posts: 58
  • Thank you received: 2
I did everything as suggested but after pressing enter still nothing happens. :-(
1 year 5 months ago #88060

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

  • Posts: 85
  • Thank you received: 40
Thismay warrant a chat with the device vendor (Baader).
You're using a regular terminal app, with the prescribed settings, and you see the welcome message, yet you cannot query the device.
Maybe they have ideas what to try next.
The following user(s) said Thank You: Jasem Mutlaq
1 year 5 months ago #88133

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

  • Posts: 1
  • Thank you received: 2
Hello,
I am the developer of the SteelDrive II hardware.

From what I read, the device is working with TheSkyX, AstroImager and also via INDIGO.
So I suspect your terminal settings might not be correct yet.

In order to rule out a specific malfunction of the "GET VERSION" command, please try:
$BS STOP
We can be sure this must return
$BS OK
as it is a command necessary for the other drivers to work, which you have proven.

Also please make sure to update your device to the latest firmware:
www.baader-planetarium.com/de/downloads/...mware_march_2021.zip

best regards,
Roman
The following user(s) said Thank You: Jasem Mutlaq, Hans
1 year 5 months ago #88194

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

  • Posts: 58
  • Thank you received: 2
Hi Roman,
thank you very much for chiming into this issue.
My Steeldrive has the latest firmware.

Just curious: Do you have the chance to try the INDI driver on Linux as this could also a MacOS related problem.

All the best,
Oli
1 year 5 months ago #88232

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

Time to create page: 0.803 seconds