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

GRBL: IO Error when trying to send job to GBRL with CH340 chip #205

Open
amroldan opened this issue Feb 28, 2023 · 2 comments
Open

GRBL: IO Error when trying to send job to GBRL with CH340 chip #205

amroldan opened this issue Feb 28, 2023 · 2 comments
Labels
bug needs-info Waiting for information / for a reply by the submitter

Comments

@amroldan
Copy link

I have an issue similar to that one IO Error when trying to send the job to Smoothieboard (t-oster/VisiCut#359)

I have an Arduino One with GBRL 1.1 with the same bootloader as an Arduino Nano.

image

Visicut can Execute and connect properly with Arduino Uno (original one).

But when I use the Arduino Nano (with CH340) with the same bootloader and GBRL version as the Arduino Uno, Visicut can not connect and download the information.

Both Arduino Uno and Nano can work perfectly with GBRL Panel.

I have tried to change Serial speed and the milliseconds to wait for an answer. The communication starts but does not continue and at the end, I receive: IO Error from COM5: Underlying input stream returned zero bytes.

Any idea to solve the communication issue ?

@amroldan
Copy link
Author

I have made other test.
If I use an Arduino Uno with CH340 that also works with GBRL Panel, it doesn´t work with Visicut.

I think there is an issue with CH340 speed communication or a similar problem.

@mgmax
Copy link
Collaborator

mgmax commented Jun 9, 2023

This error looks similar to #170 . Looks like VisiCut is doing something slightly wrong regarding RTS/CTS settings, timing or similar. Please try to get a detailed log of the communication and port configuration for both tools (VisiCut and GRBL-panel), so that we can find the difference and fix it. Some possibilities for debugging on Windows can be found in the above link, and there are certainly other tools for serial port sniffing/tracing on other operating systems.

@mgmax mgmax changed the title IO Error when trying to send job to GBRL IO Error when trying to send job to GBRL with CH340 chip Dec 24, 2023
@mgmax mgmax changed the title IO Error when trying to send job to GBRL with CH340 chip GRBL: IO Error when trying to send job to GBRL with CH340 chip Dec 24, 2023
@mgmax mgmax transferred this issue from t-oster/VisiCut Dec 24, 2023
@mgmax mgmax added needs-info Waiting for information / for a reply by the submitter bug labels Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-info Waiting for information / for a reply by the submitter
Projects
None yet
Development

No branches or pull requests

2 participants