Tronxy X5SA 400 connection problems
Good day.
I just started 3D printing and invested money in a Tronxy X5SA 400 (which has no wireless but it has USB). I am trying to use Repetier Server to connect to it but it rarely connects (like after many plugging and unplugging, or restarting) and even if it connects, it is for short while or it connects but it doesn't communicate anything from it.
Serial connection shows in device manager as CH340 (COM3) and I tried using as firmware all of them and tried using automatic Baud Rate and giving it manual as 115200. The RTS & DTR are from Low to High.
In the short moments of connecting (but it did not communicate anything), I attach this log:
I just started 3D printing and invested money in a Tronxy X5SA 400 (which has no wireless but it has USB). I am trying to use Repetier Server to connect to it but it rarely connects (like after many plugging and unplugging, or restarting) and even if it connects, it is for short while or it connects but it doesn't communicate anything from it.
Serial connection shows in device manager as CH340 (COM3) and I tried using as firmware all of them and tried using automatic Baud Rate and giving it manual as 115200. The RTS & DTR are from Low to High.
In the short moments of connecting (but it did not communicate anything), I attach this log:
Mesg:17:02:59.078: Connection started
Mesg:17:02:59.078: Printer reset requested false
Mesg:17:02:59.079: Dtr: false Rts: false
Mesg:17:02:59.107: Dtr: true Rts: true
Recv:17:03:02.108: Send init commands because we had no signal from a reset, assuming reset not available.
Recv:17:03:02.203: Connection verified by:ok N:1
Mesg:17:03:48.197: Warning: Communication timeout - resetting communication buffer.
Mesg:17:03:48.197: Connection status: Buffered:13, Manual Commands: 7, Job Commands: 0
Mesg:17:03:48.197: Buffer used:13 Enforced free byte:0 lines stored:1
Mesg:17:04:19.208: Warning: Communication timeout - resetting communication buffer.
Mesg:17:04:19.208: Connection status: Buffered:11, Manual Commands: 7, Job Commands: 0
Mesg:17:04:19.208: Buffer used:11 Enforced free byte:0 lines stored:1
Mesg:17:04:50.216: Warning: Communication timeout - resetting communication buffer.
Mesg:17:04:50.216: Connection status: Buffered:11, Manual Commands: 7, Job Commands: 0
Mesg:17:04:50.216: Buffer used:11 Enforced free byte:0 lines stored:1
Mesg:17:04:50.216: Warning: Too many timeouts without response - disabling timeout message!
Mesg:17:18:47.451: Connection closed by os.
Mesg:19:13:19.077: Connection started
Mesg:19:13:19.077: Printer reset requested false
Mesg:19:13:19.078: Dtr: false Rts: false
Mesg:19:13:19.106: Dtr: true Rts: true
Recv:19:13:22.116: Send init commands because we had no signal from a reset, assuming reset not available.
Recv:19:13:22.120: Connection verified by:ok N:1
Mesg:19:13:53.156: Warning: Communication timeout - resetting communication buffer.
Mesg:19:13:53.156: Connection status: Buffered:13, Manual Commands: 7, Job Commands: 0
Mesg:19:13:53.156: Buffer used:13 Enforced free byte:0 lines stored:1
Mesg:19:14:24.162: Warning: Communication timeout - resetting communication buffer.
Mesg:19:14:24.162: Connection status: Buffered:11, Manual Commands: 7, Job Commands: 0
Mesg:19:14:24.162: Buffer used:11 Enforced free byte:0 lines stored:1
Mesg:19:14:55.177: Warning: Communication timeout - resetting communication buffer.
Mesg:19:14:55.177: Connection status: Buffered:11, Manual Commands: 7, Job Commands: 0
Mesg:19:14:55.177: Buffer used:11 Enforced free byte:0 lines stored:1
Mesg:19:14:55.177: Warning: Too many timeouts without response - disabling timeout message!
Mesg:19:57:17.845: Connection closed by os.
Is there any way to help me?
Is there any way to help me?
Comments
Firmware: Chitu
Ping-Pong: enabled
Baud Rate:115200
RTS and DTR: Low to High
It keeps connecting and disconnecting.
lsusb
is showing device as
Bus 001 Device 050: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
lsmod
shows driver
usbserial 40960 3 ch341
is loaded. Port is
/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
Just for comparison if you are using same driver.
Manufacturer z
If you check in hardware manager you see also the correct com port as it should show the ch340 driver - just to make sure you use correct com port if you have multiple.
If that still does not work deactivate printer and try with a normal serial terminal to connect to printer and see if you get a response eventually just after sending
M115
To see if it responds at all, if not there might be a problem with the printer or it uses different settings then my version.
Thanks for your time and work though!