Duet3 6XD board
Firmware 3.6.1,
connected USB 115200, Parity=None, DataBits=8, StopBits=One, Flow=Off, DTR=Set
OpenPnP Version 2.4
Windows 10
Drivers.GcodeDriver set to same serial communications as the Duet3 board.
When I attempt to connect, there is an immediate Read error. Then I see the G21 command go out and a successful reply. After a few seconds there is a timeout message on the G21 command.
2025-10-27 12:35:35.935 ReferenceMachine DEBUG: setEnabled(true)
2025-10-27 12:35:35.935 GcodeDriver DEBUG: [Duet3_6XD_361:COM7] Connect
2025-10-27 12:35:35.935 GcodeDriver$ReaderThread ERROR: [Duet3_6XD_361:COM7] Read error: java.io.IOException: Read error.
at org.openpnp.machine.reference.driver.SerialPortCommunications.read(SerialPortCommunications.java:150)
at org.openpnp.machine.reference.driver.ReferenceDriverCommunications.readUntil(ReferenceDriverCommunications.java:108)
at org.openpnp.machine.reference.driver.ReferenceDriverCommunications.readLine(ReferenceDriverCommunications.java:86)
at org.openpnp.machine.reference.driver.GcodeDriver$ReaderThread.run(GcodeDriver.java:1512)
2025-10-27 12:35:35.935 GcodeDriver TRACE: Duet3_6XD_361 waiting for connection 3000ms
2025-10-27 12:35:38.948 GcodeDriver DEBUG: [Duet3_6XD_361:COM7] >> G21 ; Set millimeters mode, 5000
2025-10-27 12:35:38.948 GcodeDriver$ReaderThread TRACE: [Duet3_6XD_361:COM7] << {"seq":16,"resp":"\n"}
2025-10-27 12:35:43.953 MessageBoxes DEBUG: Error: java.lang.Exception: Duet3_6XD_361:COM7 timeout waiting for response to G21; Set millimeters mode
2025-10-27 12:38:10.996 AbstractMachine TRACE: Machine entering idle state.
Any ideas on what''s wrong?
Thanks,
Bert