-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default device name #63
Comments
As far as I remember, there is no forced config 'device', so each instrument that in fact needs a 'device' config adds it. So what's wrong with having sane defaults? You'll need to config it anyway. If the issue is seeing '/dev/ttyS0' and thinking that it is in your machine while that port is in the remote telescope machine, the soluton is:
|
The issue is to see |
Also, the |
I, for a change, agree with William :-) , I like None better than /dev/ttyS0 Antonio On Fri, Jul 3, 2015 at 5:15 AM, William Schoenell notifications@github.com
|
ok, it makes sense to leave device with sane default only where it matters. waiting for the PR. |
The default behavior of chimera is to set the device name of telescope, camera and others as /dev/ttyS0. This causes confusion when the instrument itself does not haves this property. This leads the user to think that this device is connected to the serial port.
An example is shown below. TheSkyTelescope does not uses a "real" device on the computer.
I suggest to change the default device to None.
The text was updated successfully, but these errors were encountered: