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