On Tue, 17 Apr 2012 09:22:12 -0700 (PDT), JOEY <
joej...@gmail.com>
wrote:
Why not use a UART (PCI or USB) to generate a PWM signal ?
If the output value is known 10-50 milliseconds in advance, the values
can be precalculated and queued to the serial port and the timing only
depends of the UART crystal. At 115k200 bits/s, the pulse width is
about 10 us. Even if a single character can produce only 8 different
values (most other are duplicates), this could still be quite usable
for low frequency applications.
Of course, using 8 data bits + start bit + one stop bit, the
available range is just 10 .. 90 %, but for any AC coupled systems
(base line at 50 %), this would not be an issue.