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.
This commit is contained in:
timreyes
2022-08-31 14:41:15 -05:00
committed by GitHub
parent 098c798742
commit 16a3d4c80b

View File

@@ -184,13 +184,6 @@ cmake --build .
# built analyzer will be located at SampleAnalyzer/build/Analyzers/libSimpleSerialAnalyzer.so # 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 ## Debugging
Although the exact debugging process varies slightly from platform to platform, part of the process is the same for all platforms. Although the exact debugging process varies slightly from platform to platform, part of the process is the same for all platforms.