• echo in serial port
    hello i am trying to work with the serial port but i don't know which of the instruction had echo or not i am programing in C with the libary i am using is stdio.h how can i find out which...
  • Workaround to stop compiler warning?
    Hi The following is a trivial routine. Function: Using the SSI controller, write a byte of data (dat) into the SSI (Synchronous Serial Interface)(Luminary LM3S9B96) Tx register(actually a FIFO)...
  • MISRA C Union Workaround
    Hello everyone, I am writing some code using an 8051 device and I'm trying to make the code MISRA C compliant. One of the MISRA C rules is that unions are not allowed (and truthfully, I don't fully...
  • Echo cancelation for scanf
    Well, scanf now works fine. I can read signed int, hex and float. :-) But every received sign is echoed by scanf. while(1) { printf("Enter your personal secret Hex-key!\n"); if (scanf("%X"...
  • Want to echo stuff in the build window.
    Other compilers and IDE's that I have used in the past have allowed me to "echo" strings or whatever I wanted in the build window. Does anyone out there know if/how I can do this in uVision2? I'll...