Android App IEEE 488.2 SCPI data Logger
- Android Studio 2.3.1
- Gradle 2.2
Allows data logging from devices that respond to SCPI commands, and are on the same network as the phone/tablet running this android app
Connects to HOST:PORT , and issues a standard '*IDN?' command that most SCPI devices respond to. Following which, it plots the response to a user specified command as a function of time
For example, the command to read temperature values from a Lakeshore temperature model-350 controller is :KRDG?
The compiled APK can be installed via the play store
Contributions welcome