Serial Communication - cannot set even parity

stlim
2022-06-01
2022-06-03
  • stlim - 2022-06-03

    Problem solved!

    I found the solution.
    I changed the serial connection from GPIO to USB serial convertor on Raspberry pi it works.
    I added these in Raspberry

    sudo nano /etc/CODESYSControl.cfg
    [SysCom]
    Linux.Devicefile.2=/dev/ttyUSB0
    Linux.Devicefile.1=/dev/ttyS0

     
  • eschwellinger

    eschwellinger - 2022-06-03

    I would recommend to move this section to:
    sudo nano /etc/CODESYSControl_User.cfg
    otherwise it will not work after a runtime update

     

Log in to post a comment.