• How can I set Uart2 to exchange data?
    void initialize_system (void) { // Initialize the serial port (9600, 8, N, 1) PCON &= 0xBF; // Clear bit 7 of the PCON register (SMOD1 = 0) SCON2 = 0x50; // 0101,0000 (Mode 1 and RxD enable) ...
  • Link Exchange Singapore
    www.linkexchangesingapore.com Free Link Exchange Directory. Easily exchange links without sending any link exchange request emails. An Automated link exchange service with multiple websites.
  • single bit twos complement
    what do you expect the result to be? typedef struct { signed int bit:1; } T_oddity; T_oddity oddity; int foobar( int arg ) { oddity.bit = arg; return oddity.bit; } void foochocolate ( void...
  • can not set bits in 8051
    Hello everybody, I am a new entrant in 8051 programming. I am able to set bits in assembly language. But when I tried to set bits in c using Keil IDE, the bits are not getting set even after using bitset...
  • How to make Keil MDK listening an IP port and exchange information with other application
    Is there any way to make Keil MDK exchange information with other windows application through socket ? I want to develop a debug software. so I need the MDK to send some information (like variable value...