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
4074
April 17, 2014 05:33PM
2557
April 23, 2014 09:47AM
3434
April 25, 2014 06:52AM
3335
April 26, 2014 12:12PM
2388
April 30, 2014 07:55AM
2361
April 30, 2014 08:08AM
2351
April 30, 2014 05:59PM
2240
May 01, 2014 05:00PM
2119
May 07, 2014 08:43AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.