mirror of
https://github.com/aster94/logic-analyzer.git
synced 2026-05-01 15:10:43 +03:00
Update processing_LA.pde
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user