Transfer an int array[600] to arduino?

edited August 2014 in Arduino

How would one go about this?

I tried this serial tutorial here: http://stackoverflow.com/questions/22289019/send-long-array-to-arduino-over-serial-from-processing

But i seem to flood the serialbuffer with a string that long. If i don't do anything on the arduino it can return the full string, but if i do anything it only returns half of the string.

Sign In or Register to comment.