R? [<max_readings>]

Reads and erases all measurements from reading memory up to the specified <max_readings>. The measurements are read and erased from the reading memory starting with the oldest measurement first.

Parameter Typical Return

1 to 2,000,000 (readings) 

Default is all readings in memory.

(none)

Read and remove the three oldest readings:

R? 3

Typical Response: #247-4.98748741E-01,-4.35163427E-01,-7.41859188E-01

The "#2" means that the next 2 digits indicate how many characters are in the returned memory string. These two digits are the "47" after the "#2". Therefore, the remainder of the string is 47 digits long:

-4.98748741E-01,-4.35163427E-01,-7.41859188E-01