Commands
These commands are documented as global or quick-start commands.
Result
What it means
If the command returns the expected output, the firmware and terminal session are ready for the next workflow.
Troubleshooting
- Type
modewithout arguments to open the selector. - Use lowercase mode names first, such as
mode uart. - Return to the global help if you are not sure which mode is active.
Protocol mode selection FAQ
Why switch modes instead of typing every command globally?
Each mode loads the command set and defaults for a specific bus such as UART, I2C, SPI or DIO. Switching modes keeps commands shorter and reduces confusion about which pins and settings are active.
How do I know which mode is currently active?
Check the prompt and run help in the current context. If you are unsure, return to the mode selector and choose the protocol again before wiring or sending traffic.
Can I change modes while a target is connected?
Yes, but make the target safe first. Avoid leaving a line driven in one mode and then reusing the same pin in another mode without checking direction, voltage and pull-up state.