is it possible to control the geeetech a10 with an raspberry pi zero and octoprint via rx & tx? i have an GT-2560 V3 board and found a UART interface..
i've tried to connect the rx3 and tx3 pins with my raspberry but they wont connect
Code: Select all
Connecting to: /dev/ttyAMA0
Changing monitoring state from "Offline" to "Opening serial port"
Connected to: Serial<id=0xae5d1090, open=True>(port='/dev/ttyAMA0', baudrate=115200, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
Changing monitoring state from "Opening serial port" to "Connecting"
Send: N0 M110 N0*125
Unexpected error while reading serial port, please consult octoprint.log for details: IOError: '[Errno 25] Inappropriate ioctl for device' @ comm.py:_readline:2605
Changing monitoring state from "Connecting" to "Offline (Error: IOError: '[Errno 25] Inappropriate ioctl for device' @ comm.py:_readline:2605)"
Connection closed, closing down monitor
is this the right uart-interface to control them or am i wrong?