Serial Com Error Anycubic Kossel

Hello, I have Anycubic Upgraded Linear Kossel and have been getting this error when connecting. 

14:06:38.816 : Serial com error:System.IO.Ports.SerialErrorReceivedEventArgs

I've checked my baud rate in RH and it's at 250000, same as in Repetier firmware and what Anycubic recommends.
I've also tried messing with the relative cache size and changing out usb cords, both to no avail.

I'm not able to send movement g-code, (sending something such as G1X0Y0Z0 and nothing happens at all) which probably due to this issue. Also, there is a debug light flashing on the board when starting up the printer. I am able to home the printer and use manual controls in Repetier, however.

I have read many forums on this issue and nothing seems to be working for me...

Any ideas on how to fix this? Thanks.

Heres my log.

14:06:38.816 : Serial com error:System.IO.Ports.SerialErrorReceivedEventArgs
14:06:38.817 : Printer reset detected - initalizing
14:06:38.817 : start
14:06:38.829 : Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
14:06:40.095 : zDistortionCorrection:0
14:06:40.100 : Free RAM:1287
14:06:40.100 : Autoretract:0
14:06:40.102 : X:0.00 Y:0.00 Z:0.000 E:0.0000
14:06:40.102 : SelectExtruder:0
14:06:40.119 : FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Delta EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
14:06:40.119 : Cap:PROGRESS:1
14:06:40.119 : Cap:AUTOREPORT_TEMP:1
14:06:40.119 : Cap:EEPROM:0
14:06:40.119 : Cap:AUTOLEVEL:1
14:06:40.119 : Cap:Z_PROBE:1
14:06:40.119 : Cap:SOFTWARE_POWER:1
14:06:40.119 : Cap:TOGGLE_LIGHTS:0
14:06:40.119 : Printed filament:2.76m Printing time:0 days 1 hours 20 min
14:06:40.119 : PrinterMode:FFF
14:06:40.125 : X:0.00 Y:0.00 Z:0.000 E:0.0000
14:06:40.126 : DebugLevel:6
14:06:40.129 : SelectExtruder:0
14:06:40.132 : Begin file list
14:06:40.132 : End file list
14:06:40.141 : DebugLevel:6
14:06:40.144 : SelectExtruder:0
14:06:58.343 : Serial com error:System.IO.Ports.SerialErrorReceivedEventArgs
14:06:58.343 : Printer reset detected - initalizing
14:06:58.343 : start
14:06:58.356 : Transformation matrix: 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000
14:06:59.623 : zDistortionCorrection:0
14:06:59.626 : Free RAM:1287
14:06:59.626 : Autoretract:0
14:06:59.628 : X:0.00 Y:0.00 Z:0.000 E:0.0000
14:06:59.628 : SelectExtruder:0
14:06:59.646 : FIRMWARE_NAME:Repetier_1.0.0dev FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Delta EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
14:06:59.646 : Cap:PROGRESS:1
14:06:59.646 : Cap:AUTOREPORT_TEMP:1
14:06:59.646 : Cap:EEPROM:0
14:06:59.646 : Cap:AUTOLEVEL:1
14:06:59.646 : Cap:Z_PROBE:1
14:06:59.646 : Cap:SOFTWARE_POWER:1
14:06:59.646 : Cap:TOGGLE_LIGHTS:0
14:06:59.646 : Printed filament:2.76m Printing time:0 days 1 hours 20 min
14:06:59.646 : PrinterMode:FFF
14:06:59.651 : X:0.00 Y:0.00 Z:0.000 E:0.0000
14:06:59.652 : DebugLevel:6
14:06:59.655 : SelectExtruder:0
14:06:59.658 : Begin file list
14:06:59.658 : End file list
14:07:00.713 : SelectExtruder:0
14:07:00.715 : X:0.00 Y:0.00 Z:304.275 E:0.0000
14:07:00.721 : DebugLevel:6
14:07:00.724 : SelectExtruder:0

Comments

  • When you see that much the communication settings is ok. Serial com error:System.IO.Ports.SerialErrorReceivedEventArgs comes from the windows side, also I can not say what exactly causes it. It seems to happen at start only, so I would just ignore it for now.
    G1X0Y0Z0
    is invalid gcode. You misse dthe spaces
    G1 X0 Y0 Z0
    Chances are high that this is start position so after homing nothing will happen. Better try
    G1 X100 Y100 Z10 F2400
    Depending on config moning without homing might be disabled so you need to home first and the can move.

Sign In or Register to comment.