bozimmerman/Zimodem

Settings for conventional RTS/CTS ESP12E pin assignments

profdc9 opened this issue · 1 comments

My understanding is that the default pin assignments for ESP8266/ESP12E so that the hardware implements RTS/CTS flow control is

RTS = GPIO13 (connected to CTS of host)
CTS = GPIO15 (connected to RTS of host)

Is this the default of Zimodem? This is the way I implemented it on the PCB I designed:

https://github.com/profdc9/WifiModem

It seems to be the pinout given in the manual. I have attached the relevant pages below. If not, does the pin # on the ATS49 and ATS51 commands refer to the GPIO # or the physical PIN number so that

(GPIO number)
ATS49=15
ATS51=13

(or physical pin #)
ATS49=12
ATS51=13

Thank you for your great firmware,

Dan

ESP8266EX-pins1
ESP8266EX-pins2

Hello.
Sorry I took so long to see this. By now you've answered your own question, built 500 of your modems, taken over the world, got bored, moved on, and forgotten all this entirely. My apologies.

Anyway, those would be the GPIO numbers.

Wish I could send you a reference implementation schematic or something, but we only have one for the ESP-01 and ESP-32.