All Projects → picotech → picosdk-c-examples

picotech / picosdk-c-examples

Licence: ISC license
A set of C/C++ examples for PicoScope® oscilloscope and PicoLog® data logger products.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
M4
1887 projects

Projects that are alternatives of or similar to picosdk-c-examples

picosdk-c-sharp-examples
A set of C# .NET examples for PicoScope® oscilloscope and PicoLog® data logger products.
Stars: ✭ 34 (-8.11%)
Mutual labels:  visual-studio, picoscope, picolog, picoscope-oscilloscope
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (+616.22%)
Mutual labels:  visual-studio, macosx
picosdk-python-examples
DEPRECATED - An example Python application and examples for PicoScope® oscilloscope products.
Stars: ✭ 21 (-43.24%)
Mutual labels:  picoscope, picoscope-oscilloscope
conky-for-macOS
macOS port of the Light-weight system monitor for X.
Stars: ✭ 139 (+275.68%)
Mutual labels:  macosx
TeeChart-for-.NET-CSharp-WPF-samples
Assorted WPF examples
Stars: ✭ 18 (-51.35%)
Mutual labels:  visual-studio
SSDT-Continuous-Deployment-Project-Template
A project template aiming for easy Continuous Deployment of SSDT projects.
Stars: ✭ 38 (+2.7%)
Mutual labels:  visual-studio
beamdasm
Erlang\Elixir byte code viewer. BEAM file disassembler extension for Visual Studio Code.
Stars: ✭ 44 (+18.92%)
Mutual labels:  visual-studio
WeChatWork-MacOS
企业微信小助手
Stars: ✭ 27 (-27.03%)
Mutual labels:  macosx
BuiltinCmd
VS extension that provide a built-in terminal window for CMD or Powershell.
Stars: ✭ 30 (-18.92%)
Mutual labels:  visual-studio
auto-save-vs-extension
An extension that automatically saves the file as you're working on it.
Stars: ✭ 30 (-18.92%)
Mutual labels:  visual-studio
gmp
Unofficial GMP with added custom native Visual Studio project build tools. GMP: GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers.
Stars: ✭ 61 (+64.86%)
Mutual labels:  visual-studio
vsSolutionBuildEvent
🎛 Event-Catcher with variety of advanced Actions to service projects, libraries, build processes, runtime environment of the Visual Studio, MSBuild Tools, and …
Stars: ✭ 66 (+78.38%)
Mutual labels:  visual-studio
jest-trx-results-processor
Jest results processor for exporting into TRX files for Visual Studio
Stars: ✭ 23 (-37.84%)
Mutual labels:  visual-studio
slntools
Solution Tools for Visual Studio - manages solution files
Stars: ✭ 25 (-32.43%)
Mutual labels:  visual-studio
osci-render
〰📺🔊 Software for making music by drawing objects on an oscilloscope using audio.
Stars: ✭ 135 (+264.86%)
Mutual labels:  oscilloscope
AT-NetCore-NotepadPlusPlus
Notepad++ Editor is one of the most important programs on any computer that everyone uses every day. The most popular and popular editor in Windows operating systems is Notepad, which is definitely familiar to everyone.
Stars: ✭ 42 (+13.51%)
Mutual labels:  visual-studio
vs-editor-api
Microsoft Visual Studio Editor API definitions
Stars: ✭ 109 (+194.59%)
Mutual labels:  visual-studio
iOS-AirPrint-for-Mac
enable iOS Airprint Sharing on Mac OS
Stars: ✭ 24 (-35.14%)
Mutual labels:  macosx
vcredist
Lifecycle management for the Microsoft Visual C++ Redistributables
Stars: ✭ 91 (+145.95%)
Mutual labels:  visual-studio
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+27.03%)
Mutual labels:  visual-studio

picosdk-c-examples

picosdk-c-examples is a set of C/C++ examples for PicoScope® oscilloscopes and PicoLog® data loggers.

Examples are provided as Microsoft Visual Studio Express 2015 for Windows Desktop solutions and are grouped by driver name. Each driver folder has a linux-build-files sub-folder for building applications on Linux and macOS platforms from a terminal window.

Getting started

Prerequisites

Microsoft Windows

  • Microsoft Visual Studio 2015 (including Express and Community editions) or later.

Linux

  • A suitable IDE such as Eclipse
  • Alternatively, ensure that the autoconf and libtool packages are installed for your operating system if building applications from the terminal.

macOS

  • A suitable IDE such as XCode

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.

Linux

macOS

  • Visit our Downloads page 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.

Building example applications

Microsoft Windows

  • Open the solution .sln file for the required driver in Visual Studio
  • Select the required configuration and solution platform
  • Build the solution

Linux and macOS

  • Copy the required source code C file (e.g. ps3000aCon.c) into the corresponding linux-build-files sub-folder for the driver or copy the files to another folder
  • Open a terminal window
  • Run the following commands:
    • ./autogen.sh
    • make

Obtaining support

Please visit our Support page to contact us directly or visit our Test and Measurement Forum to post questions.

Contributing

Contributions are welcome. Please refer to our guidelines for contributing for further information.

Copyright and licensing

See LICENSE.md for license terms.

PicoScope and PicoLog are registered trademarks of Pico Technology Ltd.

Windows and Visual Studio are registered trademarks 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 © 2004-2019 Pico Technology Ltd. All rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].