RPC PwmOut Speed

26 Apr 2011

Well, I'm currently using the RPC library for a C# .NET application to control the mBed, and I'm having an issue with this:

When I set period / pulsewidth in seconds or ms, it will work, but in us, it doesn't output anything. Is this too fast for the mBed to handle over serial?

If anyone knows a way to do this, I'd appreciate because I need 6 accurate Analog Outs (PWMs) controlled over Serial.

Thanks.