Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve connect step #23

Open
peteruithoven opened this issue Jul 3, 2015 · 1 comment
Open

Improve connect step #23

peteruithoven opened this issue Jul 3, 2015 · 1 comment

Comments

@peteruithoven
Copy link
Member

We've had a complaint that the WiFi-Box couldn't connect to the Taz 5 3D printer. We might be able to improve our connect process by adding more attempts. We might also want to support more baudrates?

Octoprint & Astroprint for example checks lot's of baudrates (250000, 230400, 115200, 57600, 38400, 19200, 9600). They also try longer, they try to get a temperature 5 times on every baudrate. When they receive it they seem to repeat this for 10 times before they consider it "connected".
https://github.com/AstroPrint/AstroBox/blob/3753fc696de1146547cd7a05dc3ef2a4c2265fd8/src/astroprint/printer/marlin/comm.py#L824

Also relevant is logging the initial serial communication: #20

@olijf
Copy link
Contributor

olijf commented Mar 11, 2016

Seems my prusa i3 marlin printer does support both 250000 and 115200, and work flawlessly on both, so might be worth looking into why astroprint choose to include other baudrates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants