- May 11, 2008
- 21,682
- 1,295
- 126
I hope someone has a solution for this.
I am programming a small microcontroller and it transfers debug output over the serial port to a prolific usb to serial converter. For the last few hours i noticed that i have missing characters or just whole sentences missing. After debugging my mcu code and being sure it is not in the code, well...
After some thinking and trying out, i traced the problem to windows 7 clocking down the cpu and other hardware as a means of power saving. Whenever i start my VLC player with a song or a movie, the problem disappears. As soon as i close down vlc player, w7 starts power saving with maximum effort and the missing characters/ serial buffer overflows start to happen again.
Does anybody know how to solve this without keeping vlc player running all the time ? It is a power saving issue with windows 7 in combination with my AMD hardware.
I do not even have to play a song or a movie, just have VLC running to solve the problem.
I am programming a small microcontroller and it transfers debug output over the serial port to a prolific usb to serial converter. For the last few hours i noticed that i have missing characters or just whole sentences missing. After debugging my mcu code and being sure it is not in the code, well...
After some thinking and trying out, i traced the problem to windows 7 clocking down the cpu and other hardware as a means of power saving. Whenever i start my VLC player with a song or a movie, the problem disappears. As soon as i close down vlc player, w7 starts power saving with maximum effort and the missing characters/ serial buffer overflows start to happen again.
Does anybody know how to solve this without keeping vlc player running all the time ? It is a power saving issue with windows 7 in combination with my AMD hardware.
I do not even have to play a song or a movie, just have VLC running to solve the problem.
Last edited: