processing/processing-web-archive

Error in documentation

Closed this issue · 2 comments

In the example for bufferUntil() for Serial port on this page, http://www.processing.org/reference/libraries/serial/Serial_bufferUntil_.html

The code inside serial event should be:

void serialEvent(Serial p) {
inString = (p.readString()); //instead of inString = (myPort.readString());
}

This is a duplicate of #373, which is fixed by #407.

REAS commented

Thank you for posting. It wasn't fixed online yet. It's fixed. now.