DeviceReadLatest[device]
returns the most recently collected default item from a device.
DeviceReadLatest[device,n]
returns a list of the n most recently collected items.
DeviceReadLatest[device,n,param]
returns the n most recently collected values of param.
DeviceReadLatest[device,n,{param1,param2,…}]
returns a list of the most recently collected values of the parami.


DeviceReadLatest
DeviceReadLatest[device]
returns the most recently collected default item from a device.
DeviceReadLatest[device,n]
returns a list of the n most recently collected items.
DeviceReadLatest[device,n,param]
returns the n most recently collected values of param.
DeviceReadLatest[device,n,{param1,param2,…}]
returns a list of the most recently collected values of the parami.
Details

- A device can be specified either by a DeviceObject or by a string representing a device class.
- Only devices from which data is continuously collected support DeviceReadLatest.
- DeviceReadLatest is a non-blocking function. It uses data already collected from a device, and does not request additional data.
- DeviceReadLatest[device,n] may return a list shorter than n elements if not enough pre-collected data is available.
- DeviceReadLatest[device,n] returns data with the oldest first in the list.
Examples
open all close allBasic Examples (1)
Applications (1)
Configure a weather station device for reading the ambient illuminance:
Collect 100 samples of data while manually orienting the sensor toward and away from a light source:
Tech Notes
Related Guides
History
Text
Wolfram Research (2014), DeviceReadLatest, Wolfram Language function, https://reference.wolfram.com/language/ref/DeviceReadLatest.html.
CMS
Wolfram Language. 2014. "DeviceReadLatest." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DeviceReadLatest.html.
APA
Wolfram Language. (2014). DeviceReadLatest. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DeviceReadLatest.html
BibTeX
@misc{reference.wolfram_2025_devicereadlatest, author="Wolfram Research", title="{DeviceReadLatest}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/DeviceReadLatest.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_devicereadlatest, organization={Wolfram Research}, title={DeviceReadLatest}, year={2014}, url={https://reference.wolfram.com/language/ref/DeviceReadLatest.html}, note=[Accessed: 15-August-2025]}