Can you explain the available ressources for C# and how to get the code running to read data from the serial port the EmStat Pico is connected with?
Can you explain the available ressources for C# and how to get the code running to read data from the serial port the EmStat Pico is connected with?
Hi
You can download the code files here: https://www.palmsens.com/product/oem-emstat-pico-development-kit/
Goto “Downloads” and download the zip file “MethodSCRIPT Code Examples”. After unzipping the file open file “MSCodeExamples.sln” at this location “C:\..\MethodSCRIPTExamples\MethodSCRIPTExamples\MethodSCRIPTExamples_C#” using Visual Studio.
After you open the file, the solution explorer will have the 4 projects:
Depending on which project you want to use, right click on the project and “Set as startup project”. Click “start” to run the project.
Project descriptions:
The default MethodSCRIPT code can be found in “Scripts” folder for each project. To use your own MethodSCRIPT code instead of the default code just replace this code files with your own files.