diff --git a/processing_LA.pde b/processing_LA.pde index 631108a..f9f0311 100644 --- a/processing_LA.pde +++ b/processing_LA.pde @@ -71,7 +71,7 @@ boolean isDraggable = false; void setup () { - p = new Serial(this, "com3", 9600); + p = new Serial(this, "COM3", 9600); //choose you COM p.bufferUntil('\n'); size(1000, 460);