How to send distance value VL53L0X sensor via USART(rx,tx) Arduino?

Hi everyone…
I am senior high school student, a beginner who learns microcontroller. I want to read the distance value of VL53L0X sensor using arduino(slave) and then send the distance value to other arduino (master) via USART (rx, tx). Please anyone give me an example source code for my project… thanks for your appreciate & sorry for my bad english…

Hello.

Some of us here have used this Arduino-EasyTransfer library, which seems like a good resource for you for getting started with your project.

Also, in case you have not already seen it, you can find our Arduino library for the VL53L0X under the Resources tab of its product page.

-Jon