• PROFIBUS and 8051
    Hi, Anyone knows where I can find the source code for PROFIBUS protocol, I want to implement it in a 8051. Thank you, Adi,
  • About software implementation of UART
    Dear: My project used Atmel AT89S52,and I need two UART channels. So,I need software implementation of asynchronous serial I/O. Who can tell me how to do?
  • concurrent state implementation in 51
    Hi, all This topic is a little different from C51. I still hope that someone can help me. Thanks! A lot of signals will come into my firmware, and the firmware do approprate action based on its...
  • snprintf implementation broken
    Hi, It seems that snprintf is broken in MDK 4.72 and Microlib. My intention was to use it to pre-calculate the size of the formatted output, and thus I gave it a NULL-pointer and a buffer size...
  • Implementing I2C multimaster in software
    Hi I am thinking of implementing the complete I2C Multimaster communication by software. The Microcontroller which I will be using do not have on chip I2C hardware. I know it is easy to implement the...