I have a question on the ESP8266. I am looking at doing a project that uses 2 serial ports
1 serial port using software serial on GPI00 AND GPI02 for a barcode scanner using only receive data.
1 serial port connected to a printer using CPI03/GPI01 which will TX and RX.
I also need the ability for a connection via tcp/ip socket to TX/RX data over the network that will write to a SD Card on the ESP8266.
Can the ESP8266 handle this, or does is WIFI socket connection going to use either of the GPI03/GPI01/GPI00/GPI02 pins I am currently using?
My SD Card is connected to GPI014, GPI012, GPI013, and GPI015.