Dear Ian; thanks for the suggestion, but nothing has changed with start/stop.
Why "save" myself, if Bascom do it for me :) . The readings are realy at random.
I changed a little the loop, but this is not important. For low freq (<30hz e.g.) there
are several similar readings, because de loop is faster than the external interrupts.
[code:1:4291f2b484]
Do
If N <> Old_n Then
Print N
Old_n = N
End If
Enable Interrupts
Loop
[/code:1:4291f2b484]
↧