Logic Analysis
Last modified: 2022-12-20
Logic Analysis is a type of hardware hacking.
Analysis
Saleae's Logic Analyzer is a tool for hardware analysis.
Download Logic 2 and start it.
chmod +x ./Logic-x.x.x-master.AppImage
./Logic-x.x.x-master.AppImage
In the analyzer, click "Open a capture" and select the target file such as ".sal".
Open "Analyzer" tab on the right of the windows and click on the "Async Serial".
The dialog opens, then configure some value e.g. Bit Rate
. And click save button.
After configuration, we can see the data analyzed in the Data section. Click the terminal icon then we can see what data was transmitted.
To add another Async Serial analyer, click the “+” icon on the right of the Analyzers header.
Calculate Bit Rate from Intervals
Bit rate (bit/s) = 1 second / (interval(microseconds) x 10^(-6)) seconds