MySQL Forums
Forum List  »  Connector/Arduino

Re: Packet Error
Posted by: Charles Bell
Date: November 05, 2014 09:03AM

You should consider doing the connect and disconnect in the loop() method. If the connect fails, sleep then try it again on the next time through the loop.

Having the connect in the setup() assumes the connection to the server is always present.

Options: ReplyQuote


Subject
Views
Written By
Posted
4575
October 04, 2014 01:53PM
2691
October 14, 2014 02:08PM
2241
November 01, 2014 04:46AM
Re: Packet Error
2073
November 05, 2014 09:03AM
2051
November 07, 2014 12:13PM
1956
November 07, 2014 01:19PM
1972
November 14, 2014 02:08PM
1803
November 19, 2014 01:39PM
1886
November 19, 2014 03:46PM
1984
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.