MySQL Forums
Forum List  »  Connector/Arduino

Re: Announcing Connector/Arduino 1.0.2b
Posted by: Noam Parness
Date: May 12, 2014 11:25AM

I wanted to give another update on my Arduino problems.
I wasn't able to find a cause for the problem I was experiencing with the EasyTransfer library, so I decided to work around it. Instead of sending the data back using EasyTransfer, I'm printing it out as a comma-delimited string over a simple serial connection, and then parsing the string on the other end to extract the integer values.
It uses a few more lines of code, but it seems to be stable this way - I'm inclined to leave it.

As for the mysql library, I'm still running version 1.0.1b. Now that I've removed the second EasyTransfer instance, I'll prbably try going back to 1.0.2b again at some point. I'll post another update when I do.
--Noam

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Announcing Connector/Arduino 1.0.2b
2107
May 12, 2014 11:25AM


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.