eebhoi01
Advanced Member level 4
- Joined
- Feb 22, 2012
- Messages
- 116
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,296
- Activity points
- 2,347
Hello guys,
My Arduino will be receiving a string data that has two values separated by a comma. Can anyone please help me split those values and assign it to two separate variables?
Say for example: the string is equal to 12,24. I wanted to make it val=12, val=24.
Thanks in advance
Best regards
My Arduino will be receiving a string data that has two values separated by a comma. Can anyone please help me split those values and assign it to two separate variables?
Say for example: the string is equal to 12,24. I wanted to make it val=12, val=24.
Thanks in advance
Best regards