but most of seems to assume an intermediate level of programming knowledge.
That's because string parsing IS an intermediate topic, not a beginning topic. However, if you send "D,123", it is far easier to parse that "D123". Look at strtok() and atoi().