Search found 7 matches

by Simon
Tue Nov 12, 2019 11:49 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Getting a list of available devices
Replies: 5
Views: 16173

Re: Getting a list of available devices

Sorry to resurrect a really old post but I am having to update my app from a few years ago and the ps5000aEnumerateUnits call is giving me problems again. I'm having to update the picoscope drivers that I'm using as the new versions of the PS5000 with USB3 have started coming through. The drivers th...
by Simon
Mon May 09, 2016 9:59 am
Forum: General Software Discussions
Topic: New SDK Installer Instructions
Replies: 16
Views: 45686

Re: New SDK Installer Instructions

Hello Hitesh Thanks for the information, I have managed to get the USB drivers to install ok so my computer recognises the picoscope when it's plugged in. What do I need to do with the ps5000a.dll and picoipp.dll files? My program works fine when I install the SDK on the target machine. Thanks Simon
by Simon
Thu May 05, 2016 8:12 am
Forum: General Software Discussions
Topic: New SDK Installer Instructions
Replies: 16
Views: 45686

Re: New SDK Installer Instructions

Hello I have written an application that uses a PicoScope 5000 and have it working well on my development machine, I'm now looking to deploy my application to a customer machine and would rather not have to install the SDK on their machine. Is there a guide somewhere that tells me what I dll's etc I...
by Simon
Fri Aug 07, 2015 10:17 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Getting a list of available devices
Replies: 5
Views: 16173

Re: Getting a list of available devices

Thanks for that, I now have it running perfectly in my app

Simon
by Simon
Wed Aug 05, 2015 1:56 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Getting a list of available devices
Replies: 5
Views: 16173

Re: Getting a list of available devices

ok so I have now made a few changes to my code, see below. [DllImport(_DRIVER_FILENAME, EntryPoint = "ps5000aEnumerateUnits")] public static extern DataAqu_PicoScope.PicoStatus EnumerateUnits(out short Count, out StringBuilder SerialCSV, ref short SerialCSV_Length); //Test Code short deviceCount; St...
by Simon
Tue Aug 04, 2015 2:23 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Getting a list of available devices
Replies: 5
Views: 16173

Getting a list of available devices

Hello I'm trying to get a list of all available devices connected to my computer. Currently I am only intrested in PS5000 devices but this may change in the future to include other ranges. Is there an easy way to do this? I have found the ps5000aEnumerateUnits command in the programmers manual, this...
by Simon
Thu Jul 23, 2015 12:45 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# Example code for the 5000 series
Replies: 1
Views: 4723

C# Example code for the 5000 series

Hello I'm planning on writing a program using the PicoScope 5442B device. I have downloaded the SDK from the website but there does not seem to be any C# example code in there. There is for the 3000 series. Is there any example code and if so can you point me in the right direction to find it? Thank...