In a nut sheel, I've got a project where I've got a web server sending data to my arduino, the arduino does some stuff with that data then sends different data back to my web server.
I don't the believe details are important.
This work perfectly fine when running it on my home desktop. When i set it up on my laptop I was having problems, the 'setup' function of the arduino sketch was being called twice for some crazy reason, before the loop function even finishes running. I don't know the reason, but all I did was lower the baud rate and it worked as it should on my laptop at home. Now, I've taken my project elsewhere (still on my laptop, different network) and for whatever reason it is once again calling setup multiple times before the loop function has even finished looping once.
I don't know if anyone has experience this, but I really need some help figuring this out ASAP because this project needs to be demo'd tomorrow, on my laptop, on this network. Please let me know if you need any pieces of code. Thanks!