Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I used the example given here : http://mbed.org/cookbook/DotNET und could get it to run via serial COM.
Then I removed the delay functions (Thread.Sleep(250);) expecting a much qicker run - but I almost see no difference. With my reduced code now (the rest is same as in mbedRPC_HelloWorld_DotNET) :
Then I get a blink frequency of app. 2Hz. Why it is so slow ?