Real Time Arduino Read Graph with cc.arduino Lib

edited December 2014 in Arduino

Hi, I'm new with processing and i'm trying to make a software that can read my Analog In my arduino. I started my project using cc.arduindo library together with processing.serial library. At first was everything going so well, my program was able to read the Analog value, but when i started to make my graph, appeared one error, it started to show the message "cannot convert from Arduino to int"... can someone help me?

Tagged:

Answers

  • "cannot convert from Arduino to int"
    Check the line where you have this error, apparently you try to assign an object to a variable declared as int.

  • but a i have not

  • PhiLho means:

    Check the line where you have this error, apparently you try to assign an object to one variable. This variable you have declared as int. That can not work.

    Post your code.

    ;-)

Sign In or Register to comment.