• SLOG scanf and printf
    I use the SLOG function to do some printf in an ouptut file but how is it possible to do some scanf in another file (input file)?
  • SLOG scanf and printf
    I use the SLOG function to do some printf in an ouptut file but how is it possible to do some scanf in another file (input file)?
  • printf or scanf using Second UART in DS89C450
    Hi, I am interfacing PC + DS89C450 + GPRS where I will send AT command from PC terminal (serial port 0) and DS89C450 will send the command to gprs modem (via serial port 1). Then the reply will go from...
  • printf or scanf using Second UART in DS89C450
    Hi, I am interfacing PC + DS89C450 + GPRS where I will send AT command from PC terminal (serial port 0) and DS89C450 will send the command to gprs modem (via serial port 1). Then the reply will go from...
  • scanf/printf argument restriction 15 bytes/40 bytes: checking?
    This follows up on msg: sprintf arg restriction of 2/6/04 Per the manual, "the total number of bytes passed to scanf() is limited..." I want to check this. Is this equivalent to the total number...