Hi at all,
I have to convert a characters into an Integer.
I received via TCP " INTERVAL 500" and the Timer interval has to be set to 500, for example. I thought strtol() will solve my problem.
...