Search found 7 matches

by xlbiker
Fri Nov 19, 2010 2:08 pm
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

Re: PS2205 with Borland turbo C++

Great, it works!

Next i try to change from the console project to GUI...

Nice weekend!
by xlbiker
Fri Nov 19, 2010 7:51 am
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

Re: PS2205 with Borland turbo C++

Hi Chris,
now i work with the latest version...

But i have one Error while compile it:

Error: Ungelöste Externe '__kbhit' referenziert von c:\PICO2005_CON101119\DEBUG_BUILD\PS2000CON.OBJ
Can You help again?
by xlbiker
Thu Nov 18, 2010 9:19 am
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

Re: PS2205 with Borland turbo C++

Hi Chris, yes, i took the example from the "PS2000sdk_r6_4_28.zip" file. I took the "PS2000con.c" example, to create an c-console-application. Now i can compile and start the project. The console open and display following lines: PS2000 driver example programm Version 1.0 Opening the device... Handl...
by xlbiker
Wed Nov 17, 2010 10:03 am
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

Re: PS2205 with Borland turbo C++

Hi there, now i have to pick up this project again, and i start with the old problems! The PS2205 can`t be found. I use the ps2000bc.lib, i place the file in the project folder like: "C:\Projekte\NeueHardwareBeispiele\picoscopecon_c\ps2000bc.lib" In these folder ther are also the other files: ps2000...
by xlbiker
Wed Sep 01, 2010 11:40 am
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

Re: PS2205 with Borland turbo C++

Hi Robin, i agree with you, the example could get built! The Device is shown in DeviceManager (whitout any error or warning), and i close all applications i don`t need. But the first funktion-call "ps2000_open_unit" returns 0 --> "Handler: 0 ". I tried the XLS example and there is the return of this...
by xlbiker
Tue Aug 31, 2010 8:40 am
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

Re: PS2205 with Borland turbo C++

Hi Robin, thank you for your quick response, I tried to build the C- Project, unfortunately without success. If I start the project I get following reply: PS2000 driver example programm Version 1.0 Opening the device... Handler: 0 Unable to open device Unit Not Opened Error Code: £+@ or: ... Error C...
by xlbiker
Wed Aug 25, 2010 1:04 pm
Forum: USB PC Oscilloscopes
Topic: PS2205 with Borland turbo C++
Replies: 12
Views: 13545

PS2205 with Borland turbo C++

Hello, i try to write my own application using WinXP, Borland Turbo C++ 2006 and Picoscope2205. After installing and testing “PicoScope 6” I started a new BCB Project, saved it an placed the PS2000 Files in the Project Folder: ps2000.c, resource.h and ps2000bc.lib these files I addet to the project ...