Hi Eugen, can you help me, how to convert serial data to array 2D like, for example if data 5x5 from 255000255000255000255000255000255000255000255000255000255000255000255000255 to
255 000 255 000 255
000 255 000 255 000
255 000 255 000 255
000 255 000 255 000
255 000 255 000 255
or from:
255
000
255
000
255
etc
To 2D array of above. And convert it by flatten pixmap to be jpeg file.
I'm using LabVIEW 2012.
Thanks in advance
Thx before