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
4599
October 04, 2014 01:53PM
2721
October 14, 2014 02:08PM
2256
November 01, 2014 04:46AM
2099
November 05, 2014 09:03AM
Re: Packet Error
2071
November 07, 2014 12:13PM
1983
November 07, 2014 01:19PM
1991
November 14, 2014 02:08PM
1820
November 19, 2014 01:39PM
1909
November 19, 2014 03:46PM
2012
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.