Function println(String[]) does not exist!
in
Programming Questions
•
2 years ago
Hello,
It's been a while that I'm using Processing & Arduino, my problem occurs when I want to use the function:
Serial.println(Serial.list());
Error: function println(String[]) does not exist!
Note: I've imported processing.serial.*;
Note: Even if i use another type of argument for println, like normal string, I see this error again, with the specified argument (function println(string) does not exist.)
How can I solve this problem??
Thanks a lot for your help...
It's been a while that I'm using Processing & Arduino, my problem occurs when I want to use the function:
Serial.println(Serial.list());
Error: function println(String[]) does not exist!
Note: I've imported processing.serial.*;
Note: Even if i use another type of argument for println, like normal string, I see this error again, with the specified argument (function println(string) does not exist.)
How can I solve this problem??
Thanks a lot for your help...
1