Forum for discussing PicoScope version 6 (non-automotive version)
-
Martyn
- Site Admin

- Posts: 3469
- Joined: Fri Jun 10, 2011 8:15 am
- Location: St. Neots
Post
by Martyn » Mon Jun 15, 2015 12:41 pm
The new beta version of PicoScope software is available for download from PicoScope 6.11.4 Beta
Code: Select all
Release notes
New Serial Decoding features
· Support for 8 new protocols ( now 16 in total ! )
Ethernet 10Base-T
Fast Ethernet 100Base-TX
PS/2
DMX-512
1-Wire
ARINC-429
DCC
SENT (Fast & Slow)
· updated user interface
· significant decoding speed improvements
· added checksum calculations on most protocols
Math channel speed improvements and maximum data supported by a math channel increased to 5 MS.
Martyn
Technical Support Manager
-
Mark_O
- Advanced
- Posts: 0
- Joined: Fri Oct 03, 2014 5:58 am
Post
by Mark_O » Tue Jun 16, 2015 2:36 am
Congrats! This has been a long time coming, and is highly anticipated.
Hopefully the results will have been worth the wait.
-
Mark_O
- Advanced
- Posts: 0
- Joined: Fri Oct 03, 2014 5:58 am
Post
by Mark_O » Tue Jun 16, 2015 2:40 am
BTW, how many years do I need to have been a member here, or how many posts, before I no longer have to wait days for my comments to go through a Moderator? (Notwithstanding the fact that no matter how many Posts I contribute here, my count always remains at 0.)
Just a wee bit annoying.
Thanks,
- Mark
-
Martyn
- Site Admin

- Posts: 3469
- Joined: Fri Jun 10, 2011 8:15 am
- Location: St. Neots
Post
by Martyn » Tue Jun 16, 2015 5:52 am
Your posts should no longer need moderating, the automatic mechanism for switching this after a few posts is broken. Post counts may take a little longer.
Martyn
Technical Support Manager
-
Mark_O
- Advanced
- Posts: 0
- Joined: Fri Oct 03, 2014 5:58 am
Post
by Mark_O » Tue Jun 16, 2015 6:55 am
Thanks very much, Martyn. That will make it a lot easier to feel like a contributor here.
- Mark
-
Martyn
- Site Admin

- Posts: 3469
- Joined: Fri Jun 10, 2011 8:15 am
- Location: St. Neots
Post
by Martyn » Tue Jun 16, 2015 11:39 am
Post count now updated 
Martyn
Technical Support Manager
-
bennog
- Active User

- Posts: 36
- Joined: Mon Nov 26, 2012 9:16 am
- Location: Netherlands
Post
by bennog » Tue Jun 16, 2015 5:08 pm
CAN decoding is not showing correct message ID

New decoding

Old decoding
The message ID is 0x182 as is shown correct on the old software.
The beta software shows 0x30 40
It looks like the value need to be right shifted 5 bits.
P.S. why is my post count back to 0 ? it was over 40
Regards,
Benno
-
Mark_O
- Advanced
- Posts: 0
- Joined: Fri Oct 03, 2014 5:58 am
Post
by Mark_O » Tue Jun 16, 2015 8:41 pm
I haven't had any time to test the Beta yet myself, but I have looked at the Examples, and they are also obviously incorrect. (When I first saw them, I thought they were just "faked".)
Why do I say that? Because many of the ID fields depicted have values such as Ax xx xx xx, and 9x xx xx xx. Which would be pretty interesting to hear how that's possible on a 29-bit Extended ID field. (the top 3 bits of a 32-bit Long are always 0)
So as Benno reported, the bits aren't being shifted into the proper positions. Unfortunately, with a mistake as blatant as that, it throws the rest of the decode into question. E.g., are tricky things like "stuff" bits being properly handled?
Luckily, this is something that should be easily correctable.
-
Martyn
- Site Admin

- Posts: 3469
- Joined: Fri Jun 10, 2011 8:15 am
- Location: St. Neots
Post
by Martyn » Wed Jun 17, 2015 6:51 am
Can we have the data file for this capture, then we can run it through in debug thanks
Sorry, sorting out post counts for Mark_O must have cleared some others, updated now.
Martyn
Technical Support Manager
-
Remy M.
- Newbie
- Posts: 0
- Joined: Fri Jun 19, 2015 5:32 pm
Post
by Remy M. » Fri Jun 19, 2015 5:41 pm
Hello,
thank you Martyn for this new serial decoding addition.
I work mainly with SPI, I2C and SMBUS (at the moment gaz gauges BQ3060 / BQ24725) and noticed better decoding at low speed (60 kHz clock). Decoding wasn't always correctly done with V6.10 (some missing decoding values), all seem be OK with V6.11.4 beta (PicoScope 3204D-MSO).
So, thank you !
Remy M.
-
FullBoar
- Newbie
- Posts: 0
- Joined: Tue Aug 25, 2015 11:40 pm
Post
by FullBoar » Wed Aug 26, 2015 12:55 am
Martyn wrote:The new beta version of PicoScope software is available for download from
PicoScope 6.11.4 Beta
Hi Martyn,
Have there been any improvements that might allow users to create their own protocols? We use three different hardware layers and use the same packet formats over all three.
Are there any plans to allow users to specify some simple rules that would allow the construction and display of entire packets rather than individual bytes/words?
e.g.
Start marker: idle > 200us
Header Length: 12 bytes
Data: everything else
End marker: idle > 200us
I'm sure you've all thought about this before... Viewing RS232/UART data in PicoScope is very cumbersome without a few simple rules to condense a hundred thousand rows in to a couple hundred packets.
PS: How many posts until a mod isn't required to review? 3-5?
Thanks!
Darcy
-
Martyn
- Site Admin

- Posts: 3469
- Joined: Fri Jun 10, 2011 8:15 am
- Location: St. Neots
Post
by Martyn » Fri Aug 28, 2015 8:47 am
I will discuss this with the development team and see what they say. Thanks for the feedback, it all helps.
Martyn
Technical Support Manager
-
bennog
- Active User

- Posts: 36
- Joined: Mon Nov 26, 2012 9:16 am
- Location: Netherlands
Post
by bennog » Fri Aug 28, 2015 10:18 am
FullBoar wrote:
PS: How many posts until a mod isn't required to review? 3-5?
The post counter is broken a long time ago, the have to reset the counting manually if someone asks for it, like you do now.
Benno