Il 02/02/21 14:02,
n.hae...@gmail.com ha scritto:
> I just went over the Zimodem code again, adding a short delay(10)
> before calling the Serial.Swap method. This seems to do the trick,
> however it only works if the TX wire is not connected to D8 during
> power-on. Otherwise, there will be no output / input available at all
> (seems like the NodeMCU won't boot ). I wonder if I can fix this
> behaviour in code as well?!
Glad it worked, however I don't understand why you are having those
problems. I wired a NodeMCU to a breadboard myself sometime ago to
develop my own modem emulation and don't remember having problems at all
with the serial lines. From the picture you shared on Twitter it seems
the same kind of NodeMCU board (mine was purchased from a Chinese eBay
seller), however I don't use the same firmware, I adapted my own based
on another similar firmware
https://github.com/maccasoft/WifiModem.
Now I have moved everything to a simple ESP-01 so I can't replicate the
setup.
Maybe it is the hardware flow control, have you tried to disable it ?
I never used it because the ESP-01 doesn't have the pins exposed.
Best regards,
Marco