Sale has ended but you can still get this app.
Download Andruino Now

Description

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);
}
}

You are allowed to use this product only within the laws of your country/region. SharewareOnSale and its staff are not responsible for any illegal activity. We did not develop this product; if you have an issue with this product, contact the developer. This product is offered "as is" without express or implied or any other type of warranty. The description of this product on this page is not a recommendation, endorsement, or review; it is a marketing description, written by the developer. The quality and performance of this product is without guarantee. Download or use at your own risk. If you don't feel comfortable with this product, then don't download it.

You May Like