Read environmental temperature

    > read temperature
Read barometric pressure
    > read pressure
Read relative humidity
    > read humidity
Calibrate temperature reading
    > write calibration.temperature.offset=0.5
    > write calibration.temperature.scale=1.01

After writing to the calibration parameters, the new temperature reading will be: 1.01*raw_reading+0.5

Update the device name tag
    > write device.name=NEW_DEVICE_NAME

Command running example:

Connection to the laptop using a USB cable

Other related command line driven sensors:
1. Temperature/humidty/pressure sensor: https://hackaday.io/project/185599-command-line-controlled-weather-sensors
2. Contact-less infrared thermometer:  https://hackaday.io/project/185305-command-line-controlled-infrared-thermometer
3. Power relay: https://hackaday.io/project/183851-power-relay-with-built-in-command-parser
4. Command line driven Micro-controller: https://hackaday.io/project/184001-extreme-prototyping-using-command-on-dev-board