Using android mobile to control arduino - Arduino Forum - Index
What's more, it's seems there is no serial timout implemented yet and the app freezes if it doesn't receive anything. To solve that I set up the app to first send a 1 byte number to the arduino, when arduino receives that it sends its data. I wonder if yo...