Every day we offer FREE licensed Android apps and games you’d have to buy otherwise.

Andruino Giveaway
$0.99
EXPIRED

Android Giveaway of the Day - Andruino

Use this Arduino USB SERIAL Communicator and connect to your Andruino board.
$0.99 EXPIRED
User rating: 0 Leave a comment

This giveaway offer has expired. Andruino is now available on the regular basis.

Now you can use this Arduino USB SERIAL Communicator and connect to your Andruino board! NO ROOT REQUIRED. All you only need is an Android device with USB Host support.

-----------------------------------------------------
Example SERIAL:
-----------------------------------------------------
void setup()
{
Serial.begin(9600);
Serial.println("Hello from Arduino!");
}

void loop()
{
int incomingByte = 0;
delay(500);
String content = "";
char character;

while(Serial.available())
{
character = Serial.read();
content.concat(character);
}

if (content != "")
{
Serial.println("Received data: " + content);
}
}

Developer:

Leonardo Javier Russo

Category:

Productivity

Version:

1.9.4.4

Size:

46k

Rated:

Everyone

Compatibility:

4.0 and up

Comments on Andruino

Thank you for voting!
Please add a comment explaining the reason behind your vote.
Windows Giveaway of the Day
$25.95
free today
Encrypt your PDF documents.