How to have multiple connection in TCP client mode ?

TomElectronic
Posts: 1
Joined: Wed Feb 28, 2018 9:47 pm

How to have multiple connection in TCP client mode ?

Postby TomElectronic » Wed Feb 28, 2018 10:43 pm

Hello,
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.

Her Mary
Posts: 537
Joined: Mon Oct 27, 2014 11:09 am

Re: How to have multiple connection in TCP client mode ?

Postby Her Mary » Tue Mar 20, 2018 6:28 pm

Maybe you could try it as:
AT+CIPMUX=1
AT+CIPSTART=0,"your server",port
AT+CIPSTART=1,"another server", another port

Who is online

Users browsing this forum: No registered users and 4 guests