• Getting Data From PC at random
    I wan to check for incoming data from the PC at certain interval if no data is available move forward to other functions so i wrote a function for getting charater getcharX() for some reason it dose not...
  • Getting Data From PC at random
    I wan to check for incoming data from the PC at certain interval if no data is available move forward to other functions so i wrote a function for getting charater getcharX() for some reason it dose not...
  • To share info, Pseudo-Random vs. True Random
    www.boallen.com/random-numbers.html Pseudo-Random vs. True Random A Simple Visual Example =========================================== My sources is from: linuxtoy.org/.../pseudo...
  • To share info, Pseudo-Random vs. True Random
    www.boallen.com/random-numbers.html Pseudo-Random vs. True Random A Simple Visual Example =========================================== My sources is from: linuxtoy.org/.../pseudo...
  • problem in Generating random nmber using rand() function in embedded c
    i modified the example random number generation program from keil help section. keil example program Code: #include <stdlib.h> #include <stdio.h> /* for printf */ void tst_rand (void) { int i;...