panoptes / POCS

An Observatory Control System for the PANOPTES citizen-science project designed to help find transiting exoplanets! :telescope: :stars:
https://pocs.readthedocs.io/en/latest/
MIT License
78 stars 49 forks source link

Mount setup - don't look at non-usb devices #1242

Closed wtgee closed 4 months ago

wtgee commented 5 months ago

The pocs mount setup script will loop through everything found by pyserial, but we should do some filtering to only ports that it might be on. Currently if you try to set up the mount after the power is running it will try to probe the port the power is runnig on (e.g. on /dev/ttyACM0), which will screw things up.

wtgee commented 4 months ago

Closed by #1262