DeviceRead
DeviceRead[devobj]
reads a single default item from the open device corresponding to the specified DeviceObject.
DeviceRead["devclass"]
reads from the default device in the class "devclass".
DeviceRead[device,param]
reads the parameter param from the specified device.
DeviceRead[device,{param1,param2,…}]
reads the list of parameters parami from the specified device.
Details
- DeviceRead is a blocking function; when called, it communicates with the device and does not return until it has the data it needs.
Examples
open allclose allBasic Examples (2)
Applications (3)
Read a single frame from the default camera:
Close the connection to the camera:
Open a connection to a weather station device, configure it, and read in the ambient humidity:
Configure pin 17 of a GPIO device, e.g. on Raspberry Pi, for reading and read the digital value on it:
Text
Wolfram Research (2014), DeviceRead, Wolfram Language function, https://reference.wolfram.com/language/ref/DeviceRead.html.
CMS
Wolfram Language. 2014. "DeviceRead." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DeviceRead.html.
APA
Wolfram Language. (2014). DeviceRead. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DeviceRead.html