Arduino to excel Communication
Arduino to excel Communication (Arduno code) : void setup(){ Serial.begin(9600); Serial.println("CLEARDATA"); Serial.println("LABEL,Acolumn,Bcolumn,..."); Serial.println("RESETTIMER"); } void loop(){ int sensorValue = analogRead(A0); Serial.print("DATA,TIME,TIMER,"); Serial.println(sensorValue); delay(1); }
![Photo: মিম ।
[] লাইক দিয়ে পেজে একটিভ থাকুন []](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-ash4/c0.0.403.403/p403x403/481333_575354945816868_1145448665_n.jpg)
Comments
Post a Comment