Skip to content

Processing Serial Library not found #1273

Description

@M4P2913

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions