Search found 7 matches

by MatrixCow
Thu May 29, 2008 2:59 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: UsbAdc11.dll VB .NET usage
Replies: 1
Views: 5143

Are you sure the datatypes are correct? The datatypes for c or c++ are not the same as for VB.NET or C#.NET.
by MatrixCow
Wed May 14, 2008 6:46 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# picoscope 2105
Replies: 11
Views: 18911

Hello,

I've been experimenting with the picoscope and I succeeded in reading the times and values.

I played around with the settings and it worked so I don't really know what the problem was.

Is there a limit on how many values you can read with the run_block method?
by MatrixCow
Wed May 07, 2008 1:06 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# picoscope 2105
Replies: 11
Views: 18911

Am I the only one that wants to write a .NET application for this? And is there no support for .NET? The new PicoScope 6 is a .NET application. Pico only supports vb6. I really don't get why it's so difficult to get to get some support on this topic. I really need to know this. It's for my graduatio...
by MatrixCow
Fri Apr 18, 2008 7:22 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# picoscope 2105
Replies: 11
Views: 18911

[DllImport("PS2000.dll", EntryPoint = "ps2000_open_unit")] public static extern int OpenUnit(); //[DllImport("PS2000.dll", EntryPoint = "ps2000_set_unit")] //public static extern int SetUnit(int handler); [DllImport("PS2000.dll", EntryPoint = "ps2000_flash_led")] public static extern short FlashLed...
by MatrixCow
Tue Apr 15, 2008 1:08 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# picoscope 2105
Replies: 11
Views: 18911

Anybody? :(
by MatrixCow
Thu Apr 10, 2008 8:15 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# picoscope 2105
Replies: 11
Views: 18911

I'm also having problems with understainding what is being returned by the get_values function.
Can't anybody help? It's an urgent project.
by MatrixCow
Wed Apr 09, 2008 12:41 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: c# picoscope 2105
Replies: 11
Views: 18911

c# picoscope 2105

Hello, I'm writing an application that uses the picoscope 2105. I need to analyse the values that I measure. Is there a fast way to get the pulse width, frequency, ... . And I also can't read values with the ps2000_get_times_and_values method. I already wrote a class that implements the methods in t...