Skip to content

Commit

Permalink
Merge pull request #1251 from peternewman/0.10
Browse files Browse the repository at this point in the history
Update more docs
  • Loading branch information
peternewman authored May 20, 2017
2 parents b51de91 + a95d52f commit 1253023
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/logic/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
In order to compile the logic rdm sniffer, you need to set the include path to your SaleaeDeviceSDK. Example:
This currently only works with the original Saleae Logic and Logic 16.
The more recent Logic 4, Logic 8, Logic Pro 8 and Logic Pro 16 are not supported by the SDK.
http://support.saleae.com/hc/en-us/articles/210245633-Device-SDK-status-for-the-new-products

In order to compile the logic rdm sniffer, you need the SaleaeDeviceSDK, there
is a version available from:
http://downloads.saleae.com/SDK/SaleaeDeviceSdk-1.1.14.zip

You will also need to set the include path to your SaleaeDeviceSDK. Example:

```
./configure CPPFLAGS="-I/path/to/your/SaleaeDeviceSdk-1.1.9/include"
Expand Down
2 changes: 2 additions & 0 deletions tools/rdmpro/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ bin_PROGRAMS += tools/rdmpro/rdmpro_sniffer
tools_rdmpro_rdmpro_sniffer_SOURCES = tools/rdmpro/rdm-sniffer.cpp
tools_rdmpro_rdmpro_sniffer_LDADD = common/libolacommon.la \
plugins/usbpro/libolausbprowidget.la

EXTRA_DIST += tools/rdmpro/README.md
1 change: 1 addition & 0 deletions tools/rdmpro/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This currently only works with the Enttec RDM USB Pro and not the DMX USB Pro Mk2.

0 comments on commit 1253023

Please sign in to comment.