Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
resources:tools-software:a2b-bus-analyzer:release-notes [09 Aug 2022 14:50] – Title S Fernandezresources:tools-software:a2b-bus-analyzer:release-notes [15 Nov 2022 10:10] – Fixed issue with ++ S Fernandez
Line 1: Line 1:
 [[resources/tools-software/a2b-bus-analyzer|Click here to return to A2B Bus Analyzer Homepage.]] [[resources/tools-software/a2b-bus-analyzer|Click here to return to A2B Bus Analyzer Homepage.]]
 +====== A2B Bus Analyzer 3.1.0 Release Notes ======
 +==== New and Noteworthy ====
 +=== AD2430/38 transceiver support ===
 +This version includes Beta support for AD2430/38 emulator sub and main. The emulator transceiver drop-down includes the supported devices.
 +
 +{{:resources:tools-software:a2b-bus-analyzer:adi2430_2438.png?300|}}
 +
 +The bus monitor features were always available for AD2430/38 even if this was not explicitly mentioned in the release notes.
 +
 +For any known issues refer to [[resources:tools-software:a2b-bus-analyzer:known-issues|Functional Limitations]]
 +
 +=== Enable monitoring of networks already discovered ===
 +Previous versions of the A2B Bus Analyzer required network discovery to be triggered after the monitor had been enabled. This version introduces the ability of monitoring networks that have already been discovered by ticking a box in the UI. This would allow getting monitor events immediately but in order to see audio streams further steps need to be taken. Please see the A2B Bus Analyzer User Guide for more details.
 +
 +=== New user-accessible SDK APIs === 
 +== APIs for programming peripherals ==
 +The User-Accessible SDK now supports the APIs a2ba_sdk_peri_access and a2ba_sdk_peri_combined_accesses to program I2C peripherals from either python or C/C%%++%%. These APIs are only available when emulating main nodes. Please see the A2B Bus Analyzer SDK HTML API documentation for more information.
 +
 +== APIs to support data tunnels ==
 +The User-Accessible SDK now supports the APIs a2ba_sdk_emulator_spi_info, a2ba_sdk_emulator_spi_responder_start/stop, a2ba_sdk_emulator_spi_responder_read, a2ba_sdk_emulator_spi_initiator_start/stop and a2ba_sdk_emulator_spi_initiator_transaction to match the current UI support for SPI data tunnels. Please see the A2B Bus Analyzer SDK HTML API documentation for more information.
 +
 +=== Incompatible change in User-accessible SDK API to allow monitoring of networks already discovered ===
 +The API a2ba_sdk_monitor_enable now takes an argument which indicates whether monitor will work on an already discovered network or if the network must be discovered after the call to the API. Setting this parameter to 0 will result on the same behaviour as prior releases of the SDK.
 +
 +=== Volume setting for USB and SPDIF === 
 +Previous versions of the SDK allowed changing volume (gain)  in USB and SPDIF inputs and outputs. This has been removed and trying to call the API for anything other than Line In/Out results in an error. The volume setting for SPDIFF from the UI has been removed.
 +====== A2B Bus Analyzer 3.0.1 Release Notes ======
 +==== Issues Adressed ====
 +Due to the lack of security support for Python 3.6, the A2B Bus Analyzer SDK has been moved from Python 3.6 to Python 3.8 with this being the only version supported.
 +=== User-accessible SDK for Python ===
 ====== A2B Bus Analyzer 3.0.0 Release Notes ====== ====== A2B Bus Analyzer 3.0.0 Release Notes ======
 ==== New and Noteworthy ==== ==== New and Noteworthy ====
resources/tools-software/a2b-bus-analyzer/release-notes.txt · Last modified: 14 Nov 2023 11:46 by S Fernandez