MySQL Forums
Forum List  »  Connector/Arduino

Reading values from mysql
Posted by: Steve Spence
Date: April 17, 2014 05:33PM

Trying to read a table in mysql from my arduino. each row has a set of values for the arduino to set pins to.

so a row consists of:

Id, pin5, pin6, pin7 // all ints

23, 0, 1, 0 //sample data

I want to read a row, apply those values to d5-d7, and delete the row from the table.

then read the next row, if any. keep looking for data.

where do I start? I tried modifying the example, but got nowhere fast. want to start clean.

Options: ReplyQuote


Subject
Views
Written By
Posted
Reading values from mysql
3788
April 17, 2014 05:33PM
2383
April 23, 2014 09:47AM
3240
April 25, 2014 06:52AM
3160
April 26, 2014 12:12PM
2229
April 30, 2014 07:55AM
2203
April 30, 2014 08:08AM
2166
April 30, 2014 05:59PM
2069
May 01, 2014 05:00PM
1982
May 07, 2014 08:43AM


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.