How do I use Processing to read and write data to an Arduino

So does this work?
String s = “Foo”’.
s = “Bar”;
print(s);
Should show “Bar”, right?

1 Like