Example PicoScope 2000 Series Java Application

Post your Java discussions here
Post Reply
Hitesh

Example PicoScope 2000 Series Java Application

Post by Hitesh »

Hi,

I've produced an example Java application demonstrating how to use the PicoScope 2000 API to collect some data in block mode from a PicoScope 2000 series oscilloscope and use the built-in signal generator functionality.

This is experimental and unsupported.

Please refer to the readme file in the attached zip file for information on installing and running the example. I've also included source code including for the wrapper dll to allow the Java application to call the PicoScope 2000 API.

Please post any feedback or comments in this thread.

Thanks,
Attachments
PS2000_JAVA.zip
Example PS2000 Java application with source code.
(5.12 MiB) Downloaded 1878 times

GordoAtTigersoft
Newbie
Posts: 0
Joined: Thu Apr 14, 2016 7:17 pm

Re: Example PicoScope 2000 Series Java Application

Post by GordoAtTigersoft »

I have been successfully using PS2000JNIWrap to talk to a 2000 series PicoScope. I am now interested in getting a 4000 series PicoScope to get 4 channels and 12 bit data. Do you have an equivalent PS4000JNIwrap ?

Gordon

Hitesh

Re: Example PicoScope 2000 Series Java Application

Post by Hitesh »

Hi Gordon,

Unfortunately, we do not have a JNI equivalent for the ps4000 driver. There is a basic example which uses Java Native Access (jna) which is available via our GitHub repository:

https://github.com/picotech/picosdk-java-examples

If you wish to contribute to this, please submit a pull request.

Hope this helps.

Post Reply