Uknown Issue

Well…
I Have K8200 3D printer.
What’s the problem? It does’t work.
To be more specific, what i tryed, and what are the symptoms:

  • In printer details ther is printer type: “unknown”

  • Temperature of table and gear is alwayes 0.

  • Device is seen in device menager as “COM4” port.

  • There is no movment of gear after automatic program, and while trying to do it manualy.

  • Every command result with “com:System.IO.Ports.SerialErrorRecivedEventArgs”

  • I tryed reinstalling software and drivers, and installing new ones from official website

  • I tryed using it on other PC

Please help.
And sorry for bad english

You don’t mention it explicitly, but did you flash the controller board using the Arduino IDE? I don’t believe the controller cards are pre-programmed at the factory. Also be sure that you are not using the latest Arduino IDE, as there are compatibility problems with the latest libraries. You want to be using Arduino IDE 1.0.6.

This sounds like a communication problem over the serial port. Make sure you have set the BAUD Rate in the computer settings for COM4 to match what the printer is using. By default, the K8200 uses 250000 BAUD.

I had difficulty using 250000 BAUD on my Mac. I ended up changing the rate down to 125000 both in the firmware (see Configuration.h) and also in the Mac serial port settings. This makes for slower communications, but that is not the limiting factor in 3D printing speeds.

I hope this helps.