Printer will reset, but not connect
Hi All,
I'm running Repetier Host V2.0.5 on Debian 9.
Host starts up. When I click connect, it successfully resets the printer, but the connect icon stays the same, and it does not indicate any connection. There is no log message or error.
The funny thing is, when I try to use repetier server, I can connect and use the printer with the exact same settings.
Any suggestions, or places to look for an error message?
I'm running Repetier Host V2.0.5 on Debian 9.
Host starts up. When I click connect, it successfully resets the printer, but the connect icon stays the same, and it does not indicate any connection. There is no log message or error.
The funny thing is, when I try to use repetier server, I can connect and use the printer with the exact same settings.
Any suggestions, or places to look for an error message?
Comments
On the other side host under linux is not the most stable, so use the server connector in host and be more on the safe side for prints.
I was at 250000, and last night I reflashed the printer to 115200, and it works now. Interestingly, server did not work at exactly 250000...I actually had to set it to 256000 to work.
Thanks for the help and info!
is where it stops. For 115200 baud it should not go there so I assume ss.baud_base is what it was set to before and from that it can not switch to 250000. Haven't changed that code since it was working so it istrange that 1.6.2 ha sit working. On the other side with baud_base 115200 it will in deed become 0. Idea of the method is that baud_base is a very big number. But not all boards support this non ansi baud rate trick. But then 1.6.2 should also not work. What shoudl work is setting printer baud rate to ansi value e.g. 115200 or 230400 then linux has no problems and hence libraries also not.
What board/serial driver does it use in case I can replay it?
Jun 09 19:02:53 m5 kernel: usb 1-2: New USB device found, idVendor=2a03, idProduct=003d
Jun 09 19:02:53 m5 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=220
Jun 09 19:02:53 m5 kernel: usb 1-2: Product: Arduino Due Prog. Port
Jun 09 19:02:53 m5 kernel: usb 1-2: Manufacturer: Arduino (www.arduino.org)
As a last resort you can also install Repetier-Server and print over the server using the server connector in host. This is also the best solution - you can even close host and print will continue. And there is no C# dependency for connection.