I'm writing a java application to use the Picoscope 2204 for data gathering. To communicate I use the JNA for creating a library with the dll.
Opening the Osciloscope is working. For the 2nd step I tried to read the Variant Info with the ps2000_get_unit_info function.
It seems to work but the problem is I can't read it because it seems to be in chinese or something like that.
Code: Select all
lin = 3;
info = new char[length];
OLibrary.INSTANCE.ps2000_get_unit_info(handle1, info, length, lin);
for(int i = 0;i
Is there something I'm doing wrong? Or could it be the language of the device is something asian?㈲|㐰|
Help is much appreciated
Best regards Mike