Send a buffer to Arduino
Hi,
How can I send a buffer to arduino by the serial port and then transcribe it to a screen?
Thank you in advance,
[peek~] allows you to get each sample value from a buffer.
The rest is Arduino stuff I guess, you should look to some Arduino example code probably included in your screen's Arduino library.
Thank you for your reply !
Indeed I already use [peek~] but it's the connection with arduino that is the problem...
How can i get a clean list from [peek~] which i can then transcribe to a screen?
Hi,
Is there a way to retrieve the list from the buffer?
post your problems in some max patch - arduino code etc form
sure it is possible to have a list with buffer contents,
but the size of the buffer would be important factor
Thank you, i will do that. Can you still guide me for the way to have this list please?
collect peek~ output into list.
uzing zl.group for example.
check zlmaxsize attribute for zl group as it defaults to 256 max.
maximum is 32767.
if that is less than sample count, then you need something else.
it depends what you want to do with the list.