diff --git a/README.md b/README.md index 692b0fc..34af8f7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ this mainly works for ASCII based communication (e.g. human readable debug logs) to find the corresponding UART RX pin (e.g. once UART TX pin has been identified using the `uart_tx` command), use the `uart_rx` commands. provide as argument the channel for the UART TX pin, and the UART baud rate and frame settings (e.g. 115200 8N1). data will be transmitted on the channels to probe and if we received the echo back on the TX, we found the RX. -this detection method only works if the target echoes back the data (e.g. on login screens). +this detection method only works if the target echoes back the data (e.g. on login prompts). you can also reset the target board if you connected to target reset pin to the SWJ finder. you can select of to drive the reset pin (OD for open-drain, PP for push-pull) and active level (H for high, L for low) using the `reset [ODL|ODH|PPL|PPH]` command.