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

    PanelDue data output without a panel due connected on Duet3

    Scheduled Pinned Locked Moved Unsolved
    PanelDue
    3
    6
    288
    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.
    • Dougal1957undefined
      Dougal1957
      last edited by

      As the title says is this possible?

      The background is that we wish to drive an arduino with the data to control a set of Neopixel displays to indicate hotted Bed temps and also print progress.

      (The Duet3 has an SBC Connected).

      I know Richardmackenna is boring on a pi implementation but until that's ready we would like to use the Arduino Nano which is already working.

      Thanks

      Doug

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by

        The PanelDue usually polls the Duet board, so your board would have to send data and parse the response. But yeah, no reason it shouldn't work

        Dougal1957undefined 1 Reply Last reply Reply Quote 0
        • Dougal1957undefined
          Dougal1957 @A Former User
          last edited by

          @bearer it seems that no data is sent on the panel port unless one is connected I assume rightly or wrongly that may be to stop buffers filling up (Does the Paneldue send acts?)

          1 Reply Last reply Reply Quote 0
          • A Former User?
            A Former User
            last edited by

            https://duet3d.dozuki.com/Wiki/Gcode#Section_M575_Set_serial_comms_parameters

            Dougal1957undefined 1 Reply Last reply Reply Quote 0
            • Dougal1957undefined
              Dougal1957 @A Former User
              last edited by

              @bearer Thanks will give that a try

              1 Reply Last reply Reply Quote 0
              • Danalundefined
                Danal
                last edited by

                It is 3.3V TTL serial. And, yes, you can either figure out how to do checksums, or just turn them off (on the Duet side) and then enter pretty much any G, T, or M command you desire, and take any action on the response.

                If you want the appearance of "real time" actions, you need to poll.

                Delta / Kossel printer fanatic

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA