Linux S/W 2104

Post your Linux discussions here
Post Reply
tobie.de.beer
User
User
Posts: 5
Joined: Tue May 06, 2008 7:02 am

Linux S/W 2104

Post by tobie.de.beer »

I created this for the picoscope 2104 - maybe someone else would like to use.

It is basically a Gui scope for the 2104 - it will most propably work for most of the 2000 series scopes with different degradations for start the time-base.

I'll try to put a screenshot on tonight and try to submit an amd64 binary

NOTE: see later posts for updated versions!
Attachments
PicoScope.zip
The bare-bone sources
(88.45 KiB) Downloaded 785 times
Last edited by tobie.de.beer on Wed Mar 07, 2012 6:06 am, edited 1 time in total.

tobie.de.beer
User
User
Posts: 5
Joined: Tue May 06, 2008 7:02 am

Re: Linux S/W 2104

Post by tobie.de.beer »

Snapshot
Attachments
snapshot1.png

tobie.de.beer
User
User
Posts: 5
Joined: Tue May 06, 2008 7:02 am

Re: Linux S/W 2104

Post by tobie.de.beer »

amd64 exe
Attachments
PicoScope.zip
(100 KiB) Downloaded 718 times

TinWhisker
Newbie
Posts: 0
Joined: Fri Dec 16, 2011 10:48 am

Re: Linux S/W 2104

Post by TinWhisker »

That's pretty cool!

Will give it a go later.

tobie.de.beer
User
User
Posts: 5
Joined: Tue May 06, 2008 7:02 am

Re: Linux S/W 2104

Post by tobie.de.beer »

Here is an improved version: added support for stopping and starting the scope via the button on top

There might be huge bugs - I did not eveluate this with a proper signal generator yet

You are welcome to report bugs - I'll see if I can get to it sometime.

The code will propably also work on Mac and Windows given you have QT and their libs.

Note on 2105 - you propably have to up the values of TimeGrid by one as it seems to work of a 100MHz clock instead of the 2104's 50MHz Clock the easiest will be to replace the
ps2000_run_block(PS_hand, Samples, TimeGrid, 1, &temp);
line(?s) with:
ps2000_run_block(PS_hand, Samples, TimeGrid +1 , 1, &temp);
you're on your own! I don't have one to play with!
Attachments
PicoScope[29Feb2012].zip
(88.57 KiB) Downloaded 779 times

martin.sadler
Newbie
Posts: 0
Joined: Thu Apr 01, 2010 4:14 pm

Re: Linux S/W 2104

Post by martin.sadler »

Tobie,

this is great work! I'm currently working to enhance it to support 2200-series units, to include sig-gen and multi-channel support. I will post it back here when it's up and running....

Thanks for the inspiration,

Martin

Post Reply