Hi,I want to read in some data from for example hyperterminal and use it in uvision to further exucate in calculation etc.
Is it simply scanf(" %d , &etc) ???
Note that using scanf is not necessarily "simple" - irrespective of whether it's in an embedded target, or anywhere else!
Try searching this forum for "scanf"...
You might find it easier to develop your own parser - in particular for handling "unexpected" data and/or formatting...