hi i have this large string! my microcontroller send this to my pc and i read this with
RxString = serialPort1.ReadExisting();
the microcontroller send this
POOL1#0:00:18,POOL2#0:00:25,POOL3#0:00:32,POOL4#0:00:39
i wand to display the
POOL1 time 0:00:18 to textbox3
POOL2 time 0:00:25 to textbox4
POOL3 time 0:00:32 to textbox5
POOL4 time 0:00:39 to textbox6
is any way to to this???