We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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...