Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raiden00pl committed Oct 4, 2023
1 parent ff457c6 commit 5523f13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Compatible with Python 3.10+.
* Client-based triggering (global and per-channel triggers)
* Save data to CSV files
* Print samples
* Stream data over UDP (compatible with [PlotJuggler](https://github.com/facontidavide/PlotJuggler))
* NxScope protocol via serial port or Segger RTT interface

## Features Planned

Expand Down
3 changes: 3 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Supported interface commands:

* ``serial`` - select serial port NxScope interface

* ``rtt`` - select Segger RTT as NxScope interface

Configuratio commands
=====================

Expand Down Expand Up @@ -82,5 +84,6 @@ Plugins supported so far:
* ``pdevinfo`` - show information about the connected NxScope device
* ``pnone`` - capture data and do nothing with them
* ``pprinter`` - capture data and print samples
* ``pudp`` - stream data over UDP

For more information, use the plugin's ``--help`` option.

0 comments on commit 5523f13

Please sign in to comment.