• MCB167-NET
    Hi, I'm working with the MCB167-NET application board and the aplication note APNT-164. My problem is this: I would like, that the dinamic values of this examples, that comes from the A/D converter...
  • MCB167-NET
    Hi, I'm working with the MCB167-NET application board and the aplication note APNT-164. My problem is this: I would like, that the dinamic values of this examples, that comes from the A/D converter...
  • shaiaw@013.net
    Hi everybody, I wrote simple program for 89c2051: #include <REG2051.H> #include <stdio.h> sbit blinky = P1^3 ; void main (void) { while (1) { blinky = 0; blinky = 1; } ...
  • MCB 167 .NET
    Hi, I am testing the MCB 167 .NET board to build a simple web server. I only need to serve three different web pages with links between them. I am following the apnt_164 note and trying to extend...
  • .NET micro framework
    Is there anyone who has experience in porting the .NET micro framework to the Keil enviorment? So including the file system and network stack (RL-ARM). Or have Keil plans to provide facilities for...