Hello everybody!
Here is my problem: I have a frame of data from ADC (atmega 32) in 16 - bit array: 165|90|2|counter|byteADC 1| byteADC 2| byteADC 3| byteADC 4. How can I extract data (byteADC 1 etc.) from this frame? 'I' is a separator. I tried to save this frame to array of strings but with no further result. Have you any idea how to do this? On the end I want to present data in real time on chart.