• _getkey() + putchar() vs. getchar()
    Hello, I've written some code for an educational project which tries to capture input from the user, I've noticed that when using the library function _getkey() alone it turns each typed Enter or...
  • Custom getchar
    Is there a way to prevent getchar from echoing the input characters? I tried to write my own implementation of getchar , but the linker doesn't seem to let me do that. - Mike
  • Prob in getchar
    i am using the nrf24E1 board, i transmit the data through serial port and display on PC through hyperterminal, now i want that i have to give some data to the board through serial port and watch the display...
  • address space overflow with getchar
    I just added a getchar to a program compiling as an Xsmall memory model with Large Code size. As soon as I add the getchar, I get an address space overflow in the BIT SPACE. I am not sure what this...
  • getchar Linker error
    I am new to programming microcontrollers, and I am just trying to write a simple program that echos back the characters to the screen. I first started off by trying to read from the serial port but then...