ESP8266 Developer Zone The Official ESP8266 Forum 2018-03-20T18:28:17+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=9275 2018-03-20T18:28:17+08:00 2018-03-20T18:28:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9275&p=19703#p19703 <![CDATA[Re: How to have multiple connection in TCP client mode ?]]> AT+CIPMUX=1
AT+CIPSTART=0,"your server",port
AT+CIPSTART=1,"another server", another port

Statistics: Posted by Her Mary — Tue Mar 20, 2018 6:28 pm


]]>
2018-02-28T22:43:56+08:00 2018-02-28T22:43:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9275&p=19486#p19486 <![CDATA[How to have multiple connection in TCP client mode ?]]> I am writing FTP client on kinetis MCU with ESP-07S module (ESP8266 integrated).

Wifi connection is working and I can connect (and communicate) with FileZilla server on port 21.
BUT I need to transmit "ASCII data file" to another port WITHOUT disconnected of the actual port (21).

I tried to activate multiple connection with AT+CIPMUX=1 but don't work (link error).

Is it possible to do that ? How ?

Thank you,
best regards from France,
Thomas.

Statistics: Posted by TomElectronic — Wed Feb 28, 2018 10:43 pm


]]>