-
-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Most appropriate sub-area of Processing 4?
I'm not sure
Processing version
4.4.8
Operating system
macOS 26, Windows 10 and Debian 13
Bug description
import processing.serial.*
when I try to use the Serial Port in my Processing Script, I get an error.
Steps to reproduce this
-
import processing.serial.*
-
Serial myPort;
-
myPort = new Serial(this, Serial.list()[2], 9600);
-
run the code
snippet
// Paste your code below :)
void setup() {
}
void draw() {
}Additional context
No response
Would you like to work on the issue?
No, I’m just reporting the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working