GrowSpace
Manual

Reading and Writing Data via Commands

2026년 09월 25일

This document explains how to check location data from a GrowSpace UWB listener device using serial commands.
(For use with Tera Term or other serial terminal environments)


Applies To

  • GrowSpace UWB

Purpose

  • Checking the real-time computed location results for tags

Basic Commands

For the common basic commands shared by tags, listeners, and anchors, please see the link below.

/docs/q1-en/commands-en/


Dedicated Command Summary

CommandDescription
lepOutput location data (CSV format)

Command Details

✅ lep – Output Location Data

Input Example

lep

Output Example

POS,0,365D,-3.41,9.54,-1.53,74  
POS,0,365D,-3.42,9.53,-1.53,73  
POS,0,365D,-3.40,9.55,-1.55,71  
  • POS,0: temporary tag identifier number (starts at 0)
  • 365D: tag ID
  • -3.41,9.54,-1.53: x, y, z
  • last number: quality factor (QF) – 0–100 (higher is more accurate)
PDF로 내려받아 현장에서 보세요

Table of Contents