MySQL Forums
Forum List  »  Connector/Arduino

Re: Packet Error
Posted by: Noam Parness
Date: November 07, 2014 12:13PM

I had similar problems with the connection getting dropped (for whatever reason), and the Arduino not automatically re-connecting it.
To get around the problem in my own code, I did as Dr. Bell suggested - I added a connect() and a disconnect() each time through the loop. It slows things down a little, and it does add some overhead traffic, but it makes the system much more reliable for me. I can reboot the server, or unplug it (or the Arduino) from the network for a while, and it will pick up again when the connection is restored- the next time through the loop.

Options: ReplyQuote


Subject
Views
Written By
Posted
4452
October 04, 2014 01:53PM
2556
October 14, 2014 02:08PM
2137
November 01, 2014 04:46AM
1988
November 05, 2014 09:03AM
Re: Packet Error
1960
November 07, 2014 12:13PM
1885
November 07, 2014 01:19PM
1889
November 14, 2014 02:08PM
1718
November 19, 2014 01:39PM
1813
November 19, 2014 03:46PM
1901
November 26, 2014 10:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.