Well, forget the Rpi–for now! Regressed to IDE 1.0.5 to match the sketch environment**, but now get all kinds of errors verifying the Processing 2.2.1 sketch for the graphics:
sketch_apr25b:25: error: variable or field ‘serialEvent’ declared void
sketch_apr25b:25: error: expected `)’ before ‘myPort’
sketch_apr25b:22: error: ‘import’ does not name a type
sketch_apr25b:24: error: ‘Serial’ does not name a type
sketch_apr25b:31: error: expected unqualified-id before ‘[’ token
sketch_apr25b:35: error: ‘PFont’ does not name a type
sketch_apr25b.ino: In function ‘void setup()’:
sketch_apr25b:40: error: ‘size’ was not declared in this scope
sketch_apr25b:43: error: ‘class HardwareSerial’ has no member named ‘list’
sketch_apr25b:43: error: ‘println’ was not declared in this scope
sketch_apr25b:45: error: ‘myPort’ was not declared in this scope
sketch_apr25b:45: error: expected type-specifier before ‘Serial’
sketch_apr25b:45: error: expected `;’ before ‘Serial’
sketch_apr25b:49: error: ‘background’ was not declared in this scope
sketch_apr25b:50: error: ‘font’ was not declared in this scope
sketch_apr25b:50: error: ‘createFont’ was not declared in this scope
sketch_apr25b.ino: In function ‘void draw()’:
sketch_apr25b:56: error: ‘height’ was not declared in this scope
sketch_apr25b:58: error: ‘line’ was not declared in this scope
sketch_apr25b:62: error: ‘width’ was not declared in this scope
sketch_apr25b:64: error: ‘background’ was not declared in this scope
sketch_apr25b:73: error: ‘fill’ was not declared in this scope
sketch_apr25b:74: error: ‘rect’ was not declared in this scope
sketch_apr25b:76: error: invalid operands of types ‘const char [6]’ and ‘float’ to binary ‘operator+’
sketch_apr25b:76: error: ‘text’ was not declared in this scope
sketch_apr25b.ino: At global scope:
sketch_apr25b:81: error: variable or field ‘serialEvent’ declared void
sketch_apr25b:81: error: expected `)’ before ‘myPort’
**iMac osx 10.11.6; sketches by Casey Kuhns–he still around?
Also, am I right, that both sketches have to be uploaded to work together, or what is their relationship?
Many thanks for any and all help!
Stefan