Andruino Free
1.9.4.4
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.
-- THIS FREE VERSION HAS ADS IN ORDER TO SUPPORT DEVELOPMENT --
-----------------------------------------------------
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);
}
}
Celkové hodnocení
Pro hodnocení programu se prosím nejprve přihlaste
Souhrnné informace o Andruino Free
-
Verze programu
1.9.4.4
-
Autor
-
Potřeba instalace
ano
-
Velikost souboru
2,1 MB
-
Jazyk
-
Staženo
0× celkem
0× tento měsíc
-
Poslední aktualizace
16. 12. 2017