• anyone can help me?
    Hi, everyone! I am developing a system for data acquisition. Here, I need some examples including circuits and programs. Thanks In Advance!
  • how to read and wirte directly harddisk address?
    i am going to devlope a software with a pos because i didn't get the machine now . i want to realize the programe on pc. first i want to simulate ram on pc harddisk , and write & read harddisk...
  • elevator project anyone can help????
    Greetings, I'm student that love to learn progrraming escpecially embedded programming, i have a project building an elevator with 4 floor, i'm using AT89S52, keypad 3x4, and motor DC and C Keil as the...
  • HELP!!!! can anyone assist me on doin this!!!!
    hello!!! im having a project that requires me to interface DTMF(MT8889C) with 8051 Micro-controller using uVision(.a51). Please anyone that have the codes or could teach how-to on the above application...
  • Can anyone explaine this logic?
    while (1) { USARTdrv->Receive(&cmd, 1); /* Get byte from UART */ osSignalWait(0x01, osWaitForever); if (cmd == 13) /* CR, send greeting */ { USARTdrv->Send("\nHello World!", 12); osSignalWait...