Error in documentation
Closed this issue · 2 comments
perceptron commented
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());
}
REAS commented
Thank you for posting. It wasn't fixed online yet. It's fixed. now.