Reading values from mysql
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.
Subject
Views
Written By
Posted
Reading values from mysql
3758
April 17, 2014 05:33PM
2360
April 23, 2014 09:47AM
3199
April 25, 2014 06:52AM
3129
April 26, 2014 12:12PM
2200
April 30, 2014 07:55AM
2189
April 30, 2014 08:08AM
2142
April 30, 2014 05:59PM
2054
May 01, 2014 05:00PM
1968
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.