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
4455
October 04, 2014 01:53PM
2563
October 14, 2014 02:08PM
2139
November 01, 2014 04:46AM
Re: Packet Error
1990
November 05, 2014 09:03AM
1962
November 07, 2014 12:13PM
1886
November 07, 2014 01:19PM
1890
November 14, 2014 02:08PM
1719
November 19, 2014 01:39PM
1815
November 19, 2014 03:46PM
1903
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.