• C++  stream
    Hi, I'm trying to link C++ code using RVDS 6.0. On runtime during C++ initialization (__cpp_initialize_aeabi), it calls the following function:   t._ZNSoC1EPSt15basic_streambufIcSt11char_traitsIcEE...
  • IP Multicasting for Receiving Streams
    Hi Friends, In RL-ARM documentation it gives an example about multicasting as in follows; U8 sgroup[4] = { 238, 0, 100, 1}; .. if (igmp_join (sgroup) == __TRUE) { printf ("This Host is a member...
  • Creating I/O stream
    Hello forum, I want to create a I/O stream in Keil and I can't seem to find how to. In gcc I used FDEV_SETUP_STREAM macro. I just had to provide pointer to functions for writing and reading to...
  • data stream detection
    Hi All,, My 8 bitcontroller is receiving a stream of pulses on one of its normal pins (ie., not an interrupt pin). The width of the pulses is either 300-microseconds or 1-milliseconds. So infact a...
  • scanf conflicting characters remain in the input stream
    hello, there's a little problem with the scanf-function. My program ... scanf("%u",&A); ... expects a unsigned integer. But when someone hits a unwanted character, scanf terminates. Any conflicting...