https://github.com/picotech/picosdk-java-examples
A set of Java examples for PicoScope® oscilloscope and PicoLog® data logger products.
https://github.com/picotech/picosdk-java-examples
java linux macosx picolog picoscope windows
Last synced: 10 months ago
JSON representation
A set of Java examples for PicoScope® oscilloscope and PicoLog® data logger products.
- Host: GitHub
- URL: https://github.com/picotech/picosdk-java-examples
- Owner: picotech
- License: isc
- Created: 2017-05-29T10:50:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T15:03:15.000Z (over 7 years ago)
- Last Synced: 2025-04-10T02:53:45.161Z (about 1 year ago)
- Topics: java, linux, macosx, picolog, picoscope, windows
- Language: Java
- Homepage:
- Size: 228 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# picosdk-java-examples
*picosdk-java-examples* is a set of Java examples for PicoScope® oscilloscope and PicoLog® data logger products.
## Getting started
### Prerequisites
* [NetBeans IDE 8.2](https://netbeans.org/) or later, or an equivalent IDE
* [Java SE Development Kit 8](http://www.oracle.com/technetwork/java/javase/overview/index.html) or later
* The latest version of the jna.jar from the [java-native-access/jna project](https://github.com/java-native-access/jna).
*Note:* Copy the jna.jar file into the root directory of this repository.
### Installing drivers
Drivers are available for the following platforms. Refer to the subsections below for further information.
#### Microsoft Windows
* Download the PicoSDK (32-bit or 64-bit) driver package installer from our [Downloads page](https://www.picotech.com/downloads).
#### Linux
* Follow the instructions from our [Linux Software & Drivers for Oscilloscopes and Data Loggers](https://www.picotech.com/downloads/linux) to install the required driver packages for your product.
#### macOS
* Visit our [Downloads page](https://www.picotech.com/downloads) and download the PicoScope Beta for macOS application.
### Programmer's Guides
You can download Programmer's Guides providing a description of the API functions for the relevant PicoScope or PicoLog driver from our [Documentation page](https://www.picotech.com/library/documentation).
## Obtaining support
Please visit our [Test and Measurement Forum](https://www.picotech.com/support/forum53.html) to post questions.
## Contributing
Contributions are welcome. Please refer to our [guidelines for contributing](.github/CONTRIBUTING.md) for further information.
## Copyright and licensing
See [LICENSE.md](LICENSE.md) for license terms.
*PicoScope*, *PicoLog* and *PicoSDK* are registered trademarks of Pico Technology Ltd.
*Java* and *NetBeans* are registered trademarks of Oracle and/or its affiliates.
*Windows* is a registered trademark of Microsoft Corporation.
*macOS* is a registered trademark of Apple, Inc.
*Linux* is the registered trademark of Linus Torvalds in the U.S. and other countries.
Copyright © 2011-2018 Pico Technology Ltd. All rights reserved.