davidrg / ckwin

Kermit 95 (C-Kermit for Windows) - scriptable internet and serial communications with terminal emulation
Other
60 stars 15 forks source link

Kermit protocol doesn't work over Windows PTY #59

Open davidrg opened 2 years ago

davidrg commented 2 years ago

ConPTY isn't transparent which breaks the kermit protocol - it appears to introduce line breaks and other things into the middle of data packets.

Until Microsoft adds a pass-through mode there isn't anything much that can be done about this: https://github.com/microsoft/terminal/issues/1173

davidrg commented 3 weeks ago

Looks like this may be resolved in some windows version soon.