Skip to content

Commit

Permalink
Fix doc for listdevices
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed May 31, 2023
1 parent 48c2c13 commit 8e9268e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,14 +343,6 @@ To get the details of a nano device connected to a serial port.
nanoff --nanodevice --devicedetails --serialport COM9
```

### List connected nano devices

To get a list of connected nano devices. If more details are required pass verbose option above normal.

```console
nanoff --listdevices | -v d
```

## Common options

### Pre-check if target fits connected device
Expand All @@ -377,6 +369,14 @@ This is convenient, for example, if this tool is being used in a automated proce
nanoff -v q
```

## List connected nano devices

To get a list of connected nano devices. If more details are required pass verbose option above normal.

```console
nanoff --listdevices | -v d
```

## Finding the device COM port on Windows

You need to know the COM Port attached to your device. Search for **Computer Management**, select **Device Manager** then expand **Ports (COM & LPT)**, you will find the COM port of the connected device.
Expand Down

0 comments on commit 8e9268e

Please sign in to comment.