Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Adjusting communication for specific screen ?

    Scheduled Pinned Locked Moved
    PanelDue
    3
    5
    283
    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.
    • pavelsplavelundefined
      pavelsplavel
      last edited by

      I want to connect specific screen to duet 2 wifi.
      Here is instruction how to implement it with Marlin:
      Marlin code is written in C and C++, the developer can add translation code to Marlin so when it receives instructions starting with 5AA5, it can translate those instructions into G-code language to identify. Then it will convert the content that needs to be fed back to the screen into the instructions starting with 5AA5, and send it to the screen for communication interaction.

      How to implement it using ReaRap for duet? Thanx!

      1 Reply Last reply Reply Quote 0
      • T3P3Tonyundefined
        T3P3Tony administrators
        last edited by

        Ad a start the Firmware for the PanelDue is here:
        https://github.com/Duet3D/PanelDueFirmware

        The connection to the Duet is over a standard UART

        www.duet3d.com

        1 Reply Last reply Reply Quote 0
        • pavelsplavelundefined
          pavelsplavel
          last edited by

          @T3P3Tony Thank you for sharing firmware!
          Do you know to which file i can add "5AA5" instruction ?

          1 Reply Last reply Reply Quote 0
          • alankilianundefined
            alankilian
            last edited by

            @pavelsplavel said in Adjusting communication for specific screen ?:

            Do you know to which file

            Can you describe what you are trying to do?

            This is not as simple as "Add the 5AA5" instruction.

            SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

            1 Reply Last reply Reply Quote 0
            • pavelsplavelundefined
              pavelsplavel
              last edited by

              @alankilian so i want to provide communication between DWIN screen and duet 2 wifi board.

              Here is tech doc for screen:
              Development Guide of T5L ASIC_20200624 .pdf

              So i have two options=)

              1. Add some instructions to firmware(need just find location in code)
              2. Get DUET communication protocol and address to drive the serial port.
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA