Modbus RTU Master Implementation in Python - Read Data from Modbus RTU Slave

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • #python #modbusrtu #modbuspython #pythonmodbustru
    This video demonstrates how to implement a Modbsu RTU Master in Python to read Data from a Modbus RTU Slave. The Implementation uses the python minimalmodbus library

Комментарии • 4

  • @boyuanli1201
    @boyuanli1201 4 месяца назад +1

    Hi, thank you so much for the video. Seems you have another video that introduces how to implement a RTU slave. I can not find it anywhere, can you share the code or the video to me ? thank you so much !!!

    • @brightersidehacks
      @brightersidehacks  4 месяца назад

      yes, here is the video: ruclips.net/video/nL-dR87dHOw/видео.html

    • @boyuanli1201
      @boyuanli1201 4 месяца назад

      @@brightersidehacks Thank you! May I simulate a RTU slave using python since I do not have an Arduino? Cannot find an instruction anywhere....

    • @sebastianjimenezg
      @sebastianjimenezg Месяц назад

      Hi, do you have a video about how to implement the slave with python?