connectivity with raspberry pi gpio pins

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

  • in show boot messages it says uart-plo11 no DMA platform data.
  • If I choose AMA0 S0 serial0 or serial 1 the server connections go red yellow red yellow. I feel like Im close.
  • I read that I needed to run command sudo systemctl stop getty.target after each power cycle.
  • AMA0 should be correct. Make sure serial is enabled on pi and not used for console 0, but should not in our image.

    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.
  • edited August 12
    I cant believe it's not connecting. Can you explain why it says no bites received?https://cdn.discordapp.com/attachments/491165528295997450/1139755918670692352/cantbelieveit.png
  • Not really since this depends on what you did. But read this answer
    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.
Sign In or Register to comment.