• 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 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...
  • printf & scanf problem
    Hi, When I use printf and scanf at the same time then I don't get any output from the Infineon c515c microcontroller to my GUI-Terminal in my PC. But when I either leave out scanf and don't use it...
  • printf & scanf problem
    Hi, When I use printf and scanf at the same time then I don't get any output from the Infineon c515c microcontroller to my GUI-Terminal in my PC. But when I either leave out scanf and don't use it...
  • 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.