jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Lots of fixes to com port option handling #579

Open larsks opened 1 month ago

larsks commented 1 month ago

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:

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.