• 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)?
  • scanf problem
    Hi, im trying to do an SMS project using AT Commands , i wanna display what the mobile sends on LCD , something like when i write the correct AT command using printf("AT\r"); it gives OK , i wanna display...
  • scanf problem
    Hello,I would like to read data from hyperterminal and use it in uvision for further calculation. however, It seems to me that scanf is not working. Any help, will be appreciated. thanks in advance...
  • SCANF
    I am using lpc2919 board and using ARM REAL VIEW compiler and i face the following problems when i use scanf() statement to get values from serial. I have included the Retarget.c file as follows...
  • scanf
    Is there a way of including a timeout with a scanf statement? I am using the _getkey, getchar and putchar functions to access the serial port.