×

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

Bi-monthly release with minor bug fixes and improvements

Orion nautilus 7x1.25 filter wheel no indi drivers

  • Posts: 27
  • Thank you received: 2
Hi,
I am willing to learn to do that. What method will work , analysing the usb traffic phisycally by plugging a logic analyzer on the usb data wire spliced, of by a software mean like with wireshark? Sorry , I am willing to do it I just don't know where to start my research.
Thank you
Martin
6 years 3 weeks ago #24563

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

Is it recognized as an HID device or what? Maybe logic analyzer is too low level now? How about you start with Wireshark and see if you can isolate packets for the different commands. Maybe you can even ask Orion for the protocol itself.
6 years 3 weeks ago #24564

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

  • Posts: 27
  • Thank you received: 2
By reading this page :https://www.linuxvoice.com/drive-it-yourself-usb-car-6/

I think wireshark will do the job.
Give me some time to assimilate all theses new stuff and I try to sniff the protocol.
See you soon
6 years 3 weeks ago #24565

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

  • Posts: 27
  • Thank you received: 2
Just contacted Orion by email to ask, let see. If not Ill do with wireshark.
Thank you
6 years 3 weeks ago #24566

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

  • Posts: 27
  • Thank you received: 2
Ok, for the Quantum filter wheel driver, It don't work. Both are usb to serial tough.
Because it is usb-serial, I use a serial protocol sniffer, I hope I gathered enought information for you to get something out of it.
I launched the windows program .exe, then every time I clicked something I export the gathered data for that action into a log file, then redo the log with another action.
The logs I made are downlodable here : my.pcloud.com/publink/show?code=kZVr287Z...yWmXyeE6pRO6UYHpzary
Let me know if that work or not or if you want something else.
Thank you
Martin
6 years 3 weeks ago #24610

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

Please make a spreadsheet and in it list the action, the command, and the response received. It appears to be just an ASCII based protocol with nothing complicated so far.
6 years 3 weeks ago #24617

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

  • Posts: 27
  • Thank you received: 2
Ok will do my best.
Thank you
6 years 3 weeks ago #24622

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

  • Posts: 27
  • Thank you received: 2
Ok, this is the serial command I found while sniffing and the response.
my.pcloud.com/publink/show?code=kZG2n87Z...BoHvE1O2wRDNLk849le7

I was typing command in serial terminal. My sniffer was showing me a lot of other thing that I dont understand, like Modbus RTU and other really complicated things that I don't understand that look like whats in the files I previously sent you in another comment.
Do you need more than the serial command and theyr action?
The serial beaud rate seem to be programmable, I can set 9600 and it work and I can set 19200 it work too, I think the software set it to 19200.
The. windows driver seem totally bugged, I always have to plug unplug the usb after a close to be able to reconnect, I hope in Linux that will fix that

Tell me whats yoo need I'll do my best.
Thank you
Martin
6 years 3 weeks ago #24641

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

I think the information your provided is enough for now. Hopefully in the next week I can come up with a preliminary driver for this.
6 years 3 weeks ago #24656

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

  • Posts: 27
  • Thank you received: 2
ok, Just wait before working on it, It seem that I have a problem with my filter wheel under linux, the lsusb command don't detect my filter wheel, and It don't create a /dev/ttyUSB0 , nothing. Mayb the Quantum driver will work if I can find a way to communicate with serial terminal first. Just wait before putting effort in it It mayb be another problem than I tough.
6 years 3 weeks ago #24660

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

Right, maybe it's not a serial-usb device since you mentioned modbus? Anyway, let me know the results of your investigation into this.
6 years 3 weeks ago #24661

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

  • Posts: 27
  • Thank you received: 2
Ok I can get it listed with lsusb, it is creating port /dev/ttyACM0 , wich is the same as the quantum driver, but nothing more, the Quantum driver is mayb not issuing the same command I dont know how to find and edit the driver. It mayb simple as editing the existing Quantum driver and change serial command issued to the one of my filter wheel.
I think it really need its own driver to work.
6 years 3 weeks ago #24662

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

Time to create page: 1.009 seconds