https://github.com/picotech/picosdk-ps9000-c-sharp-examples
A set of C# examples for PicoScope® 9000 Series sampling oscilloscopes.
https://github.com/picotech/picosdk-ps9000-c-sharp-examples
csharp picoscope picoscope9000 sampling-oscilloscope windows
Last synced: 2 months ago
JSON representation
A set of C# examples for PicoScope® 9000 Series sampling oscilloscopes.
- Host: GitHub
- URL: https://github.com/picotech/picosdk-ps9000-c-sharp-examples
- Owner: picotech
- License: isc
- Created: 2017-07-14T11:29:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T16:58:56.000Z (almost 9 years ago)
- Last Synced: 2025-05-14T17:12:26.300Z (about 1 year ago)
- Topics: csharp, picoscope, picoscope9000, sampling-oscilloscope, windows
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# picosdk-ps9000-c-sharp-examples
*picosdk-ps9000-c-sharp-examples* is a set of C# examples demonstrating how to control the PicoScope® 9200 and PicoScope 9300 Series PC Sampling Oscilloscopes using ActiveX.
Examples are provided as Microsoft Visual Studio Community 2017 solutions and are grouped according to whether the oscilloscope is a PicoScope 9200 Series or 9300 Series model.
The example files use ActiveX to launch the appropriate *PicoScope9000* or *PicoSample* software application and run a presentation. The examples act as ActiveX clients, while the corresponding *PicoScope9000* or *PicoSample* applications act as ActiveX servers.
## Getting started
### Prerequisites
#### Windows
* [Microsoft Visual Studio 2017](https://www.visualstudio.com/) (including Community edition) or later.
### Supported models
#### PicoScope 9200 Series
* PicoScope 9201A
* PicoScope 9211A
* PicoScope 9221A
* PicoScope 9231A
#### PicoScope 9300 Series
* PicoScope 9301-25
* PicoScope 9302
* PicoScope 9311
* PicoScope 9312
* PicoScope 9321
* PicoScope 9341-25
### Installing software
* Download the *PicoScope9200* software for PicoScope 9200 Series models or *PicoSample* software for PicoScope 9300 Series models from our [Downloads page](https://www.picotech.com/downloads).
### Programmer's Guides
You can download Programmer's Guides providing a description of the commands for the relevant PicoScope from our [Documentation page](https://www.picotech.com/library/documentation).
### Running the examples
* Build the solution
* To run the program click **ON**.
* Send any commands from the command string or click **Run**, **Single**, **Stop**, or **Get Signal**
* To close the presentation click **OFF**
## Obtaining support
Please visit our [Support page](https://www.picotech.com/tech-support) to contact us directly or visit our [Test and Measurement Forum](https://www.picotech.com/support/forum23.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* is a registered trademark of Pico Technology Ltd.
*Windows* and *Visual Studio* are registered trademarks of Microsoft Corporation.
Copyright © 2015-2017 Pico Technology Ltd. All rights reserved.