Firstly, I know that how to record the elapsed time in the serial Python script.
import time time_start = time.time() ... time_end = time.time() print("The