• sprintf ()
    Hello! Some time ago I had a problem with sprintf(), it just didn't change the string variable as it should have. The problem somehow vanished, and I had no time to investigate further... Now I...
  • sprintf
    Hello! I am trying to use sprintf, but get no result (C51, version 5.20). char xdata command [80], i=100; strcpy (command, "Hello!"); // now command contains "Hello!" sprintf (command, "Test %d...
  • sprintf
    Hello ALL! It would be very nice to get some help for the next question. I'm using a f12x µC. There are two active Uart's. I put a command on the Uart0 every 500ms. This command is transparent for...
  • sprintf outup is "???"
    All, I've used sprintf with no problems many times. But in my current program when I try and print out a floating point number I just get question marks. sprintf(buffer, "%f", 4.1); After...
  • PROBLEMS WITH SPRINTF
    Hi i am having a problem with the sprintf function. i don't know what i am doing wrong. i created a function where i use sprintf to separate the digits of a decimal number, and the first time that...