• 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...
  • IN/OUT streaming interfaces.
    Could you help teach me, how to add a microphone input to this usb audio code. MCB1700 Sample Code Bundle for LPC17xx Peripherals using Keil's MDK-ARM V2.00 (Jan 10, 2011) ics.nxp.com/.../mcb1700...
  • 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...