We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello everyone,
are brand new to this world of Processing.
Until now I have developed with the Arduino Wiring and I have to understand a few things.
How is it possible to choose between COM1, 2, 3 .... when using:
new Serial (this, Serial.list () [2], 115200);
and because I have an error type: ArrayIndexOutOfBoundsException: 2?
If I put [0] the error disappears but do not know which COM'm using ...
Thanks in advance for the help!
Simone
Answers
Many many thanks GoToLoop! I've correct the code with that and now it works!
:D :)>-