arduino_uip
arduino_uip copied to clipboard
multiple server error
trafficstars
i have two server: EthernetServer server = EthernetServer(1001); EthernetServer server_web = EthernetServer(80);
Unfortunately the software is confusion between the two connections : data sent on a port 1001 are received on the 80 and viceversa
i've posted a similar one - see "Two uipservers problem #127 opened on 29 Sep". Still no idea how to solve it.
can someone hel us??? pls