Ok thanks..
And there's a function like elapsedMillis more accurate using Time library?
Instead of using elapsedMillis(), if it's about to send data in precise regular intervals, I'd probably try to use an intervalTimer object to trigger a high priority interrupt-like function which would than care about data transmission.