End Google Ads 201810 - BS.net 01 --> Hi
In my project I have serial port communication..
which will receive three values with an interval of one sec, i want to store it in one single array, i don't know how to do it...
the values are
A0109000000000000i000(1 sec delay) B0109000000000000i000(1 sec delay) C0109000000000000i000

string res= new string[];
the value of res shld be

res=A0109000000000000i000B0109000000000000i000C0109000000000000i000

how to do this

Pls help me