Commands
Use the shortest command path that matches the documented firmware workflow. When a mode needs setup, follow the prompts shown on first entry.
Result
What it means
The command path is working when the target responds and the firmware prints the expected menu, status or captured data.
Troubleshooting
- Re-enter the mode setup when pins or peripherals are not already initialized.
- Check common ground and target voltage before blaming software.
- Prefer Serial CLI for long captures or high-volume output.
- Repeat the read or capture to confirm stability.
UART device emulator FAQ
What is the UART emulator useful for?
It lets another board see predictable serial traffic without the real peripheral attached. That is useful for testing parser code, GPS-style input handling or boot-time serial expectations.
Does the emulator prove the real peripheral will work?
Not completely. It proves the host can receive expected UART text at the chosen baud rate, but the real module may still differ in timing, sentence format, voltage level or flow-control behavior.
What does GPS emulation send to the target?
It sends GPS-like serial sentences so a target that expects a receiver can be tested without satellites or a real GPS module. The value is repeatable input for firmware and UI validation.