HI,
I am facing a strange result with a very simple test.
I am running a very simple code.
B4X:
Private Sub AppStart
Serial1.Initialize(115200)
Log("AppStart")
Dim ii As ULong, Counter As ULong = 0, StartMils As ULong, EndMils As ULong
StartMils = Millis
Log("begin")...