I got some prescalers, and now got the problem, how can i move the position of the point? (prescaler :10? , :100, :1000)
?
Is there a possibility to hack this in the code?
?
?
Thank you for the answers..
?
?
Regards,
?
Erich
?
Hi Erich. If you are dividing the input frequency and want to adjust the display of the measurement, then you could modify the code./\r\n/It might be something as simple as adding this to the code, before line 2603 of mso.c:
freqv = freqv *n;
where is the n is your divider.
But you need to be careful since the function printF has a limit, it can only print up to 99 999. 999 kHz (almost 100MHz).