• ulink prob
    How did you solve this problem? How and where to set in utilities? Kindly reply
  • log10(...) prob
    hi, i've got a problem when using log10(...) or log(...) from math.h . e.g. log10(10) doesn't return 1 but something like 3.1... e+015. does anyone have an idea what could be the reason for this? ...
  • Custom getchar
    Is there a way to prevent getchar from echoing the input characters? I tried to write my own implementation of getchar , but the linker doesn't seem to let me do that. - Mike
  • putchar and getchar
    i have read Mark Odell's UART driver. However,the code size is too large for me. can i just using the simple function call: char x,y; getchar(y); //get char from urat x=y; putchar(x); //put...
  • prob. in interfacing ds1230 with 8051
    hello sir, i m trying to interface ds1230 SRAM with 8051. bur i m not able to take out put.....pls help me..how to start with thi device to get out put...