Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    topic_unsolved Using Panel duet pins as serial interface

    General Discussion
    serial pins
    3
    6
    263
    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.
    • mmiscool
      mmiscool last edited by

      Hello,

      I have a duet 2 wifi board that came installed in a Rostock v4 printer. I am attempting to use the serial interface on these pins to send a line of gcode and get back a response from the printer. I have modified the config.g file to have "M575 P1 B9600 S0" in it and it seems to be receiving and executing commands sent over the serial pins now. My problem is that I am getting no feed back at all from the board. Normally there is some kind of a msg back from the board indicating that the command completed. I am not getting any thing.

      Is there some thing I have to do to enable acknowledgement msgs from the board?

      Any help would be greatly appreciated.

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

        Maybe you have to use the Marlin compatible mode to get the acknowledge messages?

        1 Reply Last reply Reply Quote 0
        • dc42
          dc42 administrators @mmiscool last edited by

          @mmiscool said in Using Panel duet pins as serial interface:

          Hello,

          I have a duet 2 wifi board that came installed in a Rostock v4 printer. I am attempting to use the serial interface on these pins to send a line of gcode and get back a response from the printer. I have modified the config.g file to have "M575 P1 B9600 S0" in it and it seems to be receiving and executing commands sent over the serial pins now. My problem is that I am getting no feed back at all from the board. Normally there is some kind of a msg back from the board indicating that the command completed. I am not getting any thing.

          Is there some thing I have to do to enable acknowledgement msgs from the board?

          Any help would be greatly appreciated.

          Responses to PanelDue are held on the Duet until PanelDue sends a M408 command to pick them up. It's on my RRF3 work list to make this a configurable option.

          1 Reply Last reply Reply Quote 0
          • mmiscool
            mmiscool last edited by

            @dc42 said in Using Panel duet pins as serial interface:

            M408

            What dose this mean for using the serial pins as the primary interface with "OK" responses from the board. I am in a bit of a jam here and using USB is not an option in my situation. Is this marlin compatibility mode an option? Dose that change the way the firmware works or just the response msgs back on the serial interface?

            Thanks
            -Mike.

            1 Reply Last reply Reply Quote 0
            • dc42
              dc42 administrators last edited by

              Marlin compatibility mode just changes the responses, for example it appends the "ok".

              1 Reply Last reply Reply Quote 0
              • mmiscool
                mmiscool last edited by

                So right now there is no way to use the displays serial pins in stead of the USB interface with normal response messages.

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