multiple connection Problems...
Hi everyone,
I have two problems, wich are the following:
1. I get the following Log in Repetier Host:
I have two problems, wich are the following:
1. I get the following Log in Repetier Host:
16:50:08.069 : Serieller Verbindungsfehler:System.IO.Ports.SerialErrorReceivedEventArgs
16:50:09.012 : Printer reset detected - initalizing
16:50:09.012 : start
16:50:09.033 : Detected EEPROM version:19
16:50:09.034 : Free RAM:3001
16:50:09.041 : SelectExtruder:0
16:50:09.041 : FlowMultiply:100
16:50:09.193 : N1 M110*34
16:50:09.193 : N2 M115*36
16:50:09.193 : N3 M105*36
16:50:09.193 : N4 M114*35
16:50:09.215 : ok 1
16:50:09.215 : Unknown command:N1 M0 J0.00 R0.00 L0.00
16:50:09.215 : Error:Wrong checksum
16:50:09.215 : Resend:2
16:50:09.220 : ok
16:50:09.220 : Resend: N2 M115*36
16:50:09.220 : Resend: N3 M105*36
16:50:09.220 : Resend: N4 M114*35
16:50:09.228 : N5 M111 S6*98
16:50:09.228 : N6 T0*60
16:50:09.246 : Error:Wrong checksum
16:50:09.246 : Resend:2
16:50:09.251 : ok
16:50:09.251 : Error:Wrong checksum
16:50:09.251 : Resend:2
16:50:09.256 : ok
16:50:09.256 : Error:Wrong checksum
16:50:09.256 : Resend:2
16:50:09.261 : ok
16:50:09.261 : Error:Wrong checksum
16:50:09.261 : Resend:2
16:50:09.266 : ok
16:50:09.471 : Resend:2
16:50:09.476 : ok
16:50:09.678 : Resend:2
16:50:09.684 : ok
16:50:09.887 : Resend:2
16:50:09.892 : Resend: N2 M115*36
16:50:09.892 : ok
16:50:09.892 : Resend: N3 M105*36
16:50:09.892 : Resend: N4 M114*35
16:50:09.892 : Resend: N5 M111 S6*98
16:50:09.892 : Resend: N6 T0*60
16:50:09.915 : Error:Wrong checksum
16:50:09.915 : Resend:2
16:50:09.920 : ok
16:50:09.920 : skip 4
16:50:09.920 : ok
16:50:09.920 : Error:Wrong checksum
and so on ...
This happens since I updated to version 1.0.2, but swiching back too my old Version (0.92) doesn´t fix the Problem. Just for testing I flashed Marlin on it - with it, I got a connection.
I already tried diffrent baud-rates from 115200 uptoo 250000. (obviesly I changed the settings in the firmware and in rep.host.)
and so on ...
This happens since I updated to version 1.0.2, but swiching back too my old Version (0.92) doesn´t fix the Problem. Just for testing I flashed Marlin on it - with it, I got a connection.
I already tried diffrent baud-rates from 115200 uptoo 250000. (obviesly I changed the settings in the firmware and in rep.host.)
2. My MKS-TFT-32 doesn´t communicate with my printers board (MKS Gen V1.4)
the display only shows "0°C" for bed and Extruder, I can´t move the axis, heatup the bed or hotend, ... you get the point
this happens since I changed my stepperdrivers (from a4988 to tmc 2208).
I changed the baudrate here as well - it didn´t help.
I have no Ideas left.
I hope that someone has some usefull Tips for me.
the display only shows "0°C" for bed and Extruder, I can´t move the axis, heatup the bed or hotend, ... you get the point
this happens since I changed my stepperdrivers (from a4988 to tmc 2208).
I changed the baudrate here as well - it didn´t help.
I have no Ideas left.
I hope that someone has some usefull Tips for me.
Comments
If linux it could be that an other software is also connected to same port. Since you can see answers the baud rate is more or less ok except
16:50:09.215 : Unknown command:N1 M0 J0.00 R0.00 L0.00
indicates that something in sending direction is wrong. Did you try setting protocol to autodetect and firmware repetier?
And I also set the protocol+firmware settings too what you said.
(by the way, all you can see up there happend in around 3 seconds.)
Also, im sorry becuse I forgot a more ore less important thing, in configuration.h, at the end i set the baudrate to 115200, in repetir host i had to set it to 128000 in order to get any communication (otherwise I get "18:09:36.725 : Serieller Verbindungsfehler:System.IO.Ports.SerialErrorReceivedEventArgs" like 5-times). <- maybe becuse it´s not stored in eeprom?
another thing I did, was setting the "reciever cash size" to 63, becuse I read that helps with some boards.
sorry that the pictures are in German :I
I also uploaded my current firmware, just in case it helps.
Repetier-Firmware-2018-09-25.zip
thanks so far.
Serieller Verbindungsfehler:System.IO.Ports.SerialErrorReceivedEventArgs
Is some error from serial driver, hard to say why. I know it when on other system is using the port I get it, but if not it normally works.
115200 vs 128000 is a thing that can in deed cause this error rate. Please set firmware to 115200 and EEPROM_MODE to the next number to overwrite old values. No idea what is stored in eeprom but it does not seem to work good and that way you force it to be reset to a new value. Then use same in host and it should work better.
So setting the baudrate like you said and stored in "eeprom set 2" (in my case) fixed the communication, but as soon as I connect my display (mks tft 32) it doesn´t work anymore (that was the case before aswell). With the tft plugged in, I can´t even upload my firmware... Without it, evrything works.
That is what I get with the display connected:
If I try controlling it from the display, nothing hapens ... (the tft doesn´t show temperature either)
Here is the tft-Firmware I currently use:
https://drive.google.com/open?id=1RNY68hOP0q5U7K6Lvi6X_rrfKVO8s9ek
(I can´t upload it here for some reason)
Anyways, I thank you a lot so far.
If I unplugg the pc, and only use the display, it also doesn´t work...
But at least I can print from my pc now..
Thank you.