Example PicoScope 2000 Series Java Application
-
- Advanced User
- Posts: 2856
- Joined: Tue May 31, 2011 3:43 pm
- Location: St. Neots, Cambridgeshire
Example PicoScope 2000 Series Java Application
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 1330 times
Software Dev. Engineer
-
- Newbie
- Posts: 0
- Joined: Thu Apr 14, 2016 7:17 pm
Re: Example PicoScope 2000 Series Java Application
Gordon
-
- Advanced User
- Posts: 2856
- Joined: Tue May 31, 2011 3:43 pm
- Location: St. Neots, Cambridgeshire
Re: Example PicoScope 2000 Series Java Application
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.
Software Dev. Engineer