Difference between revisions of "Onstep telescope control"

From Blue-IT.org Wiki

(Created page with "== Max PCB v1.135 == === Teensy 3.6 === Problems with connecting to modem manager: * https://askubuntu.com/questions/1034495/arduino-over-dev-ttyacm0-recognized-but-on-group-t...")
(No difference)

Revision as of 16:28, 29 December 2018

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 

Indi driver