Andruino|生產應用線上App不用買

シェア記事:

【免費生產應用App】Andruino-APP點子

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()

{

【免費生產應用App】Andruino-APP點子

Serial.begin(9600);

Serial.println("Hello from Arduino!");

}

void loop()

{

int incomingByte = 0;

【免費生產應用App】Andruino-APP點子

delay(500);

String content = "";

char character;

while(Serial.available())

{

character = Serial.read();

【免費生產應用App】Andruino-APP點子

content.concat(character);

}

if (content != "")

{

Serial.println("Received data: " + content);

}

【免費生產應用App】Andruino-APP點子

}

【免費生產應用App】Andruino-APP點子

免費玩Andruino APP玩免費

免費玩Andruino App

Andruino APP LOGO

Andruino LOGO-APP點子

Andruino APP QRCode

Andruino QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1.9
App下載
USD$0.99
1970-01-012015-04-23
シェア記事: