Onstep telescope control
From Blue-IT.org Wiki
Max PCB v1.135
Teensy 3.6
Problems with connecting to modem manager:
sudo systemctl stop serial-getty@ttyACM0 sudo systemctl disable serial-getty@ttyACM0
and
apt-get remove --purge modemmanager
In any case install the udev rules!:
I use these rules:
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789A]?", ENV{MTP_NO_PROBE}="1" SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789ABCD]?", MODE:="0666" SYMLINK+="onstep" KERNEL=="ttyACM*", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789B]?", MODE:="0666"
So you can use as teensy device in Ekos:
/dev/onestep