• I want to send a string from command window to serial input buffer
    Hi,my English isnÂ't perfect but I will try to explain the best way. I have an application and I use uVsion 3. I know to send data to serial input with Sin='a' or Sin=0x09. But I try to send a string...
  • I want to send a string from command window to serial input buffer
    Hi,my English isnÂ't perfect but I will try to explain the best way. I have an application and I use uVsion 3. I know to send data to serial input with Sin='a' or Sin=0x09. But I try to send a string...
  • The "sizeof operator with string" bug when use command line in "output window"
    I do not speak english,so i try to show my meaning When you use command line in debug mode, sizeof("a") //value is 1 sizeof('a') //value is 2 would got wrong value. seems been upended. ...
  • The "sizeof operator with string" bug when use command line in "output window"
    I do not speak english,so i try to show my meaning When you use command line in debug mode, sizeof("a") //value is 1 sizeof('a') //value is 2 would got wrong value. seems been upended. ...
  • how to emit arbitary string to asm output in C code?
    I tried __asm directive, but it does check the strings for valid instructions.