🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    In UIFlow 2.35, the Atom Base485 block does not expose the uart variable required to initialize Modbus RTU.

    Bases
    1
    1
    28
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dlhawley
      last edited by

      Code produced is:
      base_rs485 = AtomRS485(2, baudrate=115200, bits=8, parity=None, stop=1, tx=5, rx=6, txbuf=256, rxbuf=256, timeout=0, timeout_char=0, invert=0, flow=0)
      modbusrtumaster_0 = modbus.ModbusRTUMaster(uart=_, verbose=False)

      The Base485 init block dose not return a variable, so custom code is required to init modbus.

      Am I missing something?

      62277a82-3601-4982-9322-895ba3993ba1-image.png

      1 Reply Last reply Reply Quote 0
      • First post
        Last post