Search found 4 matches

by greyvvolf
Mon Jun 25, 2012 8:24 am
Forum: C and C++
Topic: oscilloscope channel DrDAQ
Replies: 3
Views: 5134

Re: oscilloscope channel DrDAQ

Yes, oscilloscope channel work with picoscope. Function with streaming mode: bool TdrDaq::CollectStream(int nr_ch){ unsigned int i; short nChannels = 1; //1 unsigned long nSamples = 100000; unsigned long nSamplesPerChannel = 100000; unsigned long nSamplesCollected; short samples[100000]; unsigned lo...
by greyvvolf
Thu Jun 21, 2012 1:39 pm
Forum: C and C++
Topic: oscilloscope channel DrDAQ
Replies: 3
Views: 5134

oscilloscope channel DrDAQ

Hi,
I have a problem with communication with oscilloscope channel in DrDAQ. I'm working with builder C++ and i use data collection in single mode.I don't have problems with other channels but channel nr 4 (oscylloscope) doesn't work. I use tutorial from pico website and documentation.
by greyvvolf
Tue Sep 20, 2011 9:58 am
Forum: C and C++
Topic: C++ Example Files
Replies: 12
Views: 19907

Re: C++ Example Files

ok, thanks. Application run in BCB in Windows XP ;)
by greyvvolf
Mon Sep 19, 2011 2:04 pm
Forum: C and C++
Topic: C++ Example Files
Replies: 12
Views: 19907

Re: C++ Example Files

hello! I use Borland Builder C++ and PT-104 (USB). I recompile library .lib but I have a program and I compile but I have a problem with my aplication; I have problem with procedure EncodePointer in library KERNEL32.dll. I know, that is library OS. I use Windows 2000 with SP4 and Borland C++ Builder...