PalmSens SDKs for .NET

Develop your own application in no time for use with any PalmSens instrument or potentiostat module.

Three different PalmSens SDKs

There are three PalmSens Software Development Kits (SDKs) for .NET. Each SDK can be used with any of our instruments or OEM potentiostat modules to develop your own software. The SDK’s come with a set of examples that shows how to use the libraries. PalmSens SDKs with examples are available for the following .NET Frameworks:

With this PalmSens Software Development Kit you develop Windows applications in Visual Studio .NET using WinForms. WinForms is a UI framework that creates rich desktop client apps for Windows. 

WinForms: Read more

With this PalmSens Software Development Kit you develop Android applications in Visual Studio .NET using Xamarin.

Android: Read more

With this PalmSens Software Development Kit you develop Windows applications in Visual Studio .NET using Windows Presentation Foundating (WPF). WPF is a UI framework that is resolution-independent and uses a vector-based rendering engine. 

WPF: Read more

Example projects

The example projects contain an open-source wrapper for the PalmSens.Core.dll. This wrapper gives you quick and easy access to all the basic functions of the potentiostat or potentiostat module and automatically handles most potential threading issues for you.

Each .NET SDK comes with the following code examples:

  • Connecting to one or more instruments/channels
  • Running measurements
  • Accessing and processing measured data
  • Analyzing and manipulating data
  • Peak detection
  • Equivalent Circuit Fitting on impedance data
  • Manual control of the cell
  • Saving and loading files
  • and more