Need help for reading values

I have taken on a project and I’ve obviously missed something in my basics, is there a method to cut up a list of values into individual values, and if so how is it used?

For example {100, 300, 450, 700} into the individual values.

How is the list stored in memory?

How I’m doing it is I’m taking the list of values from a computer, then I’m wanting to read it in the Arduino and store it in an array so I can call on it later, when I need it.

How ?

Through the serial monitor.

How? Through a serial port perhaps?

If so, then a read of Serial Input Basics may help - particularly example 5.

Thanks, will do.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.