• Problem With Putchar
    I am having a slight Problem with the putchar function . when i say putchar(0x0A) it put 0x0D & 0x0A both but i only need 0x0A i tried writing putchar myself but dose not seem to work what i did...
  • Problem with putchar()
    Hi, When I execute the first putchar statement in the code below, nothing is printed to the serial window, when I execute the second putchar statement, the value I thought would print out firstly ...
  • Problem with putchar()
    Hi, When I execute the first putchar statement in the code below, nothing is printed to the serial window, when I execute the second putchar statement, the value I thought would print out firstly ...
  • Problem With Putchar
    I am having a slight Problem with the putchar function . when i say putchar(0x0A) it put 0x0D & 0x0A both but i only need 0x0A i tried writing putchar myself but dose not seem to work what i did...
  • putchar/printf problem
    Dear all, I am having problem with putchar function. When i am running a "putchar('A');" instruction, i am getting the Charater 'A' output on the serial window. But when i run next "putchar...