I cannot connect OctoPrint with raspberry pi 3B.
The communication stuck on first reply.
I have select AUTO and single baud without success
What did you already try to solve it?
As i figured out that the baud rate for that printer is 560000 and working perfectly with windows.
The quite strange thing is that the chip is from SiLabs but i could install profilic driver.
I have already install the plugin Fix CBD Firmware Plugin (0.4.0) to fix the protocol issue, but all that did not help
I don't know how to proceed further.
Have you tried running in safe mode?
Runnind in safe mode does not help.
Did running in safe mode solve the problem?
Runnind in safe mode does not help.
Systeminfo Bundle
You can download this in OctoPrint's System Information dialog ... no bundle, no support!)
octoprint-systeminfo-20220214212647.zip (38.7 KB)
Changing monitoring state from "Offline" to "Opening serial connection"
Connecting to port /dev/ttyUSB0, baudrate 250000
Changing monitoring state from "Opening serial connection" to "Connecting"
Connected to: Serial<id=0x6b196bb0, open=True>(port='/dev/ttyUSB0', baudrate=250000, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
Repl: M110 N0 -> M110
Send: N0 M11035
No answer from the printer within the connection timeout, trying another hello
Repl: M110 N0 -> M110
Send: N0 M11035
There was a timeout while trying to connect to the printer
Changing monitoring state from "Connecting" to "Offline"
Connection closed, closing down monitor
Additional information about your setup
OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible
i remove
Rewrite wait to busy
Strip M110 Parameters
i set the baudrate to 250000. it is still not connect
Changing monitoring state from "Offline" to "Opening serial connection"
Connecting to port /dev/ttyUSB0, baudrate 250000
Changing monitoring state from "Opening serial connection" to "Connecting"
Connected to: Serial<id=0x6c043030, open=True>(port='/dev/ttyUSB0', baudrate=250000, bytesize=8, parity='N', stopbits=1, timeout=10.0, xonxoff=False, rtscts=False, dsrdtr=False), starting monitor
Repl: M110 N0 -> M110
Send: N0 M11035
No answer from the printer within the connection timeout, trying another hello
Repl: M110 N0 -> M110
Send: N0 M11035
There was a timeout while trying to connect to the printer
Changing monitoring state from "Connecting" to "Offline"
Connection closed, closing down monitor
I solved the issue following this link. AnyCubic i3 Mega - non standard responses · Issue #2309 · OctoPrint/OctoPrint · GitHub
I have an anycubic i3 mega version 4 with profilic driver.
the original firmware support only 250000 bps which is not working with linux.
After installing the update version, the printer communicate with 115200 and that's worked perfectly now.
I can print now using OctoPrint. Hurraa!