# SoundDesignerSamples **Repository Path**: suoxinloong/sound-designer-samples ## Basic Information - **Project Name**: SoundDesignerSamples - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-12 - **Last Updated**: 2024-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Running the C# Sample Code for .NET Framework 4.6.1 using Visual Studio(R) 2019 ================================================================== This sample code shows rudimentary SDK usage and device detection. It uses the same files present in the more detailed dotnetcore tests present in the neighboring folder. 1) Change the settings in Constants.cs. For example, set the Programmer, Product, Programmer Type, Driver location etc. The default product is set to E7160SL and the programmer is set to HI-PRO. If using a wireless dongle, set IsWirelessProgrammer to true. 2) Build the project in Visual Studio 2019. 3) Run via the CMD line bin\Debug>ConsoleApp1.exe ProductManager is initialized LibraryId 7160 ProductId 0 ChipId 255 ChipVersion 0 HybridId 60 FirmwareId E7160SL FirmwareVersion 1.10.1421 SerialId 0 IsValid True ParameterLockState False RadioApplicationVersion 1.10.742 RadioBootloaderVersion 1.0.177 RadioSoftDeviceVersion 65535 HybridSerial 1583254677 HybridRevision 0 OR via an Nunit test runner: "C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" ConsoleApp1.exe Troubleshooting: ****See the third bullet, as this is a common source of problems**** - This project would not run on Visual Studio Code (R) as 32 bit binaries are not yet supported, instead use Visual Studio 2019 or run via the cmd line. - To ensure that Nuget downloads the packages required for this project in Visual Studio, open Menu Item: Tools->Nuget Package Manager->Package Manager Settings and enable check boxes under "Package Restore" prior to building. =============================================================================== Copyright (c) 2021 Semiconductor Components Industries, LLC (d/b/a onsemi).