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

Not able to write data to serial console via cu with UART adapters that support flow control #30

Open
selmf opened this issue May 8, 2023 · 0 comments

Comments

@selmf
Copy link

selmf commented May 8, 2023

In order to write to the serial console on the router, both hardware and software flow need to be disabled. For some UART adapters, this seems to be the case out-of-the box, while others come with flow control enabled on Linux.

As cu does not disable the flow control by default, this leads to a problem where everything works but no data can be written and it is impossible to select the correct boot entry in the recovery menu.

This is especially devious as people might come to the wrong conclusion that their hardware (either the adapter or the router) is defect.

I ran into this issue using a CP2102 adapter and was able to solve it by using putty and disabling the flow control.

It would be good if the tutorial would warn about this possible stumbling block so people can avoid the issue and are not mislead into thinking their hardware is broken.

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

No branches or pull requests

1 participant