Hi,
I’m totally new to VVVV which I want to use for my new project. I did read some things and the tutorial about VVVV however I don’t get the things working like I want them to do:
My situation:
I have a Microcontroller that sends frames via RS232.The microcontroller is hooked up to 64 light sensors that give a value (0 to 1023) to the microcontroller.
The frames look like this:
7,811,813,812,811,814,812,811,812,
6,816,820,822,823,828,827,828,830,
5,834,835,839,837,844,839,842,839,
4,838,840,837,836,835,833,828,829,
3,828,826,826,823,828,822,823,821,
2,823,826,827,827,832,832,833,834,
1,842,846,847,848,852,852,851,853,
0,850,849,850,846,850,844,845,839,
A character 0 and 13 (CR) is send after each line.
What I want to do: I want to display an “image” of the 8x8 values in grayscale squares. The first value of a line of the serial connection shows the row the other 8 are values of that row.
Can somebody help me out with this. At the moment I’m even stuck at the point of reading out the RS232: The node seems to split a paket even before a CR is received…