bozimmerman/Zimodem

Zstream issues

dabonetn opened this issue · 1 comments

Finally got a chance to sit down and test 3.6.3.

The zstream fixes broke my Centipede 128 bbs.
Using the version from 3.6.3 seems to work outbound, I've used it with CCGMS2021 to download files and view petscii art.

But when hosting the BBS, things turn weird.

First connect after power on works, but file transfers are slow, or don't complete.

After I hang up, and then reconnect, either quickly or waiting a long time, my bbs usually asks you to hit return, but when I have the new zstream.h/zstream.ino, it just skips past that and acts like it's getting random characters, then won't let me log in, and eventually disconnects.

I replaced the zstreams with the modded ones from my repo. Which are the ""Fix broken up sending of escape sequences
#49 by hanshuebner"" Keeping the rest of 3.6.3, but replacing zstream.h/ino makes the bbs work correctly.

This is using a ESP8266 4mb module.

Closing issue pending more testing on my end.