how to write data row wise in serial communication
问题 i am creating a binary image using processing IDE. and send this binary value of image to arduino through serial communication. image is in binary form and serial communication is working. but in this code int value of i and String value of s in serial communication write value from 0 ->10000; but i want to send row wise value of image. import processing.serial.*; Serial myPort; PImage img; PImage img1; PrintWriter output; String s; int i,j; void setup() { img = loadImage("vl.png"); size(100