◐ Shell
clean mode source ↗

Processing Serial Library not found

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

  1. import processing.serial.*

  2. Serial myPort;

  3. myPort = new Serial(this, Serial.list()[2], 9600);

  4. 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