From 16a3d4c80bd5f71822f483efe204cf9fd5aaf566 Mon Sep 17 00:00:00 2001 From: timreyes <27969866+timreyes@users.noreply.github.com> Date: Wed, 31 Aug 2022 14:41:15 -0500 Subject: [PATCH] Remove note about Analyzer Simulation Data Remove note about requiring to launch the Logic 2 app from the terminal with environment variables. Analyzer simulation data should be generated by default now starting v2.3.58. --- readme.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/readme.md b/readme.md index 9b93e24..5e49f59 100644 --- a/readme.md +++ b/readme.md @@ -184,13 +184,6 @@ cmake --build . # built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so ``` -## Generating Analyzer Simulation Data - -The Logic 2 software will need to be opened from the terminal using a specific command to enable simluation mode. Otherwise, by default, when an analyzer is added to digital channels while in Demo mode (i.e. no Logic is connected to the PC), the simulation data on those digital channels will contain seemingly random transitions and will not contain analyzer-specific data. - -For instructions on enabling simulation mode on the Logic 2 software, please follow the instructions here: -https://support.saleae.com/user-guide/using-logic/demo-mode#generating-analyzer-simulation-data - ## Debugging Although the exact debugging process varies slightly from platform to platform, part of the process is the same for all platforms.