Arduino requires a 2 second delay before you can send it any instructions through serial port. This is a problem when you are working with webpages, because you are adding 2 seconds to your loading time. How can I resolve this? Is there a way to keep the serial port open, in way of 'remembering' the serial object using PHP?
Thanks in advance!