Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. AlexLuca1991
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    AlexLuca1991

    @AlexLuca1991

    0
    Reputation
    1
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    AlexLuca1991 Unfollow Follow

    Latest posts made by AlexLuca1991

    • RE: No serial communication with the PanelDue RX and TX on the DUET

      @dc42 I finally managed it, seems my board was the problem.

      Jan Fervers from makerdise exchanged it and the new one works just fine.

      Nevertheless I thank you very much for the support. @dc42

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991
    • RE: No serial communication with the PanelDue RX and TX on the DUET

      @dc42 I upgraded and still no change. I even hooked up the scope on it, there is no signal comming out of the TX pin when sending the M118 P2 S"message" command.

      I run the board bare bone, with nothing hooked up. Just Vin. The config.g and everything else is copied from another Duet I got.
      I could not imagine that thats the problem 😞 the serial communication doesn't work. Or is it ?

      I could try this on my second duet, but It's not reachable at the moment.. Don't you know someone out of the forum that got the communication via PanelDue Terminal and Arduino working?

      Greetings

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991
    • RE: No serial communication with the PanelDue RX and TX on the DUET

      Firmware Elektronik: Duet WiFi 1.02 or later
      Firmware Version: 2.0(RTOS) (2018-06-05b3)
      WiFi Server Version: 1.21
      Web Interface Version: 1.22.5

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991
    • RE: No serial communication with the PanelDue RX and TX on the DUET

      Yes, I crossed both wires. TX to RX and vice versa. I level shifted the signal to 5V for the arduino.

      At the moment I try to receive the : M118 P2 S"message" on the RX pin of the Arduino. But nothing happens when sending the M118.
      The RX pin on the Duet isn't connected to the Arduino.

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991
    • RE: No serial communication with the PanelDue RX and TX on the DUET

      @dc42 said in No serial communication with the PanelDue RX and TX on the DUET:

      Make sure you are sending either LF or CRLF at the end of the GCode command lines you are sending. CR by itself won't work.

      If you connect a PC to the Duet via USB and send M111 S1 P3 then it will echo to USB any GCode commands received. Commands received from the PanelDue port are prefixed "aux:".

      You can send a message to the PanelDue port like this: M118 P2 S"message".

      Still nothing, I send : M118 P2 S"message" via the console on the DWC. And my arduino doesn't receive anything. Baudrate is the same as the one on the Duet. I just don't get it, via USB and PC it works just fine, I can send whatever I want to the Duet and it works.

      Any other idea?

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991
    • RE: No serial communication with the PanelDue RX and TX on the DUET

      @dc42 said in No serial communication with the PanelDue RX and TX on the DUET:

      ommand means that the Duet firmware will only accept GCode command lines that include a correct checksum. Use P0 if y

      Of course, sorry that was a typo. It is P0.
      Is there a command to use in the Webinterface to send it to the TX pin. So i could check if there is a signal at all.

      Thanks

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991
    • No serial communication with the PanelDue RX and TX on the DUET

      Hi guys,

      I'm struggling to get the serial communication with the PanelDue RX and TX port working since 2 days now..
      I set the right parameters in the config.g to "M575 P1 B57600 S0" and the firmware says that the baudrate is right.
      I don't get any communication at all. Rx to TX and vice versa, as it should be..

      I tried Arduino Mega with a level shifter to the RX pin of the PanelDue port
      I tried it with a voltage divider
      I tried it with a nodemcu which has a 3.3V logic as the Duet

      and nothing happens.

      I send this command "M408 S2" but nothing returns, even a M999 command.

      Is there somebody out here who got a communication working and is willing to share his Arduino Code? Maybe thats the problem...

      Thank you ☺

      posted in General Discussion
      AlexLuca1991undefined
      AlexLuca1991