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

Lots of fixes to com port option handling #579

Open
larsks opened this issue May 10, 2024 · 0 comments
Open

Lots of fixes to com port option handling #579

larsks opened this issue May 10, 2024 · 0 comments

Comments

@larsks
Copy link

larsks commented May 10, 2024

Hey folks,

I'm using esp-link to remotely debug the Linux kernel on a raspberry pi. To get things working I needed to correct several issues with the com port options handling (RFC 2217). You can find my changes here:

The current commit log looks like this:

  • 11bdf66 Send correct response to RFC 2217 SET-BAUDRATE command
  • b1b8758 Send correct response to RFC 2217 SET-PARITY command
  • ae19fcd Handle RFC 2217 SET-CONTROL flow control options
  • 15f57db Handle RFC 2217 SET-STOPSIZE requests
  • ed435bf Handle RFC 2217 SIGNATURE command
  • 5d185c1 Handle telnet DO command
  • 997705c Handle telnet BREAK command
  • e95433d Ignore unknown telnet commands
  • 83a8aed Increase serial server timeout

I would normally submit pull requests against the upstream repository, but it looks like this repository has been abandoned. I am happy to collect patches in my fork if folks want to submit them there.

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

No branches or pull requests

1 participant