I need some help regarding how to give input through serial port. I can see the output of serial port in UART #1.
char rxcharacter(void) { char character;
SBUF = _getkey (); //SBUF = 'G';
while(RI != 1);
character = SBUF; RI = 0;
return character; }
no generic boards
if the featurs are not very important, the most powerful is the f12
some can do USB some can do LAN some can do CAN some can do 24-bit A/D some can ...
you need to go through what there is and choose what fit you the best
" href= "http://search.digikey.com/us/en/cat/programmers-development-systems/general-embedded-dev-boards-and-kits-mcu-dsp-fpga-cpld/2621773?k=8051f"> search.digikey.com/.../2621773
might be of some help
Erik