MCPcopy Index your code
hub / github.com/benfry/processing4 / Serial

Method Serial

java/libraries/serial/src/processing/serial/Serial.java:69–71  ·  view source on GitHub ↗

@param parent typically use "this"

(PApplet parent)

Source from the content-addressed store, hash-verified

67 * @param parent typically use "this"
68 */
69 public Serial(PApplet parent) {
70 this(parent, "COM1", 9600, 'N', 8, 1);
71 }
72
73
74 /**

Callers

nothing calls this directly

Calls 3

findCallbackMethod · 0.95
registerMethodMethod · 0.80
setParamsMethod · 0.45

Tested by

no test coverage detected