I want to use sscanf to parse a formated serial input into different variables.
Something like "sscanf(SerString, "%s %d %f", SerCmd, &SerInt, &SerFloat);". But SerFloat is always 0.0.
Does anyone have an idea what may be the reason or how to work around it?