You can use standard VB string handling functions to split the string, for example instr and look for the first % character.
Alternatively, make it easier and just send the two readings from the arduino separated by a comma.
You can use standard VB string handling functions to split the string, for example instr and look for the first % character.
Alternatively, make it easier and just send the two readings from the arduino separated by a comma.