From b514046a158288f4dc415fb38f83912ddbf04058 Mon Sep 17 00:00:00 2001 From: aster94 Date: Mon, 12 Dec 2016 01:36:52 +0100 Subject: [PATCH] Update processing_LA.pde --- processing_LA.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);