Search found 1 match
- Wed Feb 28, 2018 10:43 pm
- Forum: AT+ Commands
- Topic: How to have multiple connection in TCP client mode ?
- Replies: 1
- Views: 1104
How to have multiple connection in TCP client mode ?
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 ...