Since the message is quite long, I'd process it one byte at a time. Hint: numbers (which you want to assign to variables) are separated by commas, and the whole message ends with \r\n.
Since the message is quite long, I'd process it one byte at a time. Hint: numbers (which you want to assign to variables) are separated by commas, and the whole message ends with \r\n.