Hello
I've been trying for days to get my controller board to connect with
host via raspberry pi gpio pin header. Do you know of any repetier
specific things that need to be done for this? I always get the error no
understandable response and I'm trying to use the AMA0 port.
Comments
Also make sure wiring is correct RX to TX and vice versa!
red/yellow means port is seen and it tries to connect. Means nothing about wiring/linux config correct. If it is correct the only errors left might be wrong baud rate, wrong firmware or printer not listening on the serial as expected. Also connect a gnd line from pi to printer so both use same potential. I think that is important bit electronics is not my field.
https://raspberrypi.stackexchange.com/questions/45570/how-do-i-make-serial-work-on-the-raspberry-pi3-pizerow-pi4-or-later-models/45571#45571
maybe it connected to your issue. Seems serial handling has changed over time a bit with increasing features.
You migt also try disabling printer and in linux console see communication e.g. with minicom to see if there is communication you expect or garbage. Ob board reset you should always see "start" appearing.