Search found 5 matches

by Lukasz Matuszak
Tue Dec 18, 2018 10:48 am
Forum: C and C++
Topic: ps3000aGetUnitInfo
Replies: 2
Views: 7527

Re: ps3000aGetUnitInfo

Hi AndrewA, Thanks for the link I have update the drivers (32-bit).PicoStatus has return (42) PICO_INFO_UNAVAILABLE The handle is invalid so no information is available about the device. Only PICO_DRIVER_VERSION is available. The Driver Version is returning: 1.3.0.136, where when I run Console examp...
by Lukasz Matuszak
Thu Dec 13, 2018 3:37 pm
Forum: C and C++
Topic: ps3000aGetUnitInfo
Replies: 2
Views: 7527

ps3000aGetUnitInfo

Hi, I have copied the example from SDK file PS3000ACSConsole.sln regarding GetDeviceInfo . System.Text.StringBuilder line = new System.Text.StringBuilder(80); short status; if (_handle >= 0) { for (int i = 0; i < 11; i++) { short requiredSize; status = Imports.GetUnitInfo(_handle, line, 80, out requ...
by Lukasz Matuszak
Thu Oct 09, 2014 2:56 pm
Forum: PicoScope 6 for Windows
Topic: Serial Decoding - CAN High
Replies: 5
Views: 5770

Re: Serial Decoding - CAN High

Lucasz wrote: So I started calculate/measuring and everything seems to be right till I hit my Data Bytes. Example: DB1: -From the Data Bytes clearly you can see DB1 is 0 where on the graph by my calculation is 1. Did you take into account bit-stuffing? I see lots of contiguous 0's in your data stre...
by Lukasz Matuszak
Thu Sep 18, 2014 10:20 am
Forum: PicoScope 6 for Windows
Topic: Serial Decoding - CAN High
Replies: 5
Views: 5770

Re: Serial Decoding - CAN High

Hello Hitesh, That will be great if any news will be updated into this post :) Also I was working on that graph since I post a topic. What I have found out is, that you can calculate yourself the CAN frame format, which is on wikipedia (http://en.wikipedia.org/wiki/CAN_bus) "Base Frame Format" Headi...
by Lukasz Matuszak
Thu Sep 11, 2014 10:06 am
Forum: PicoScope 6 for Windows
Topic: Serial Decoding - CAN High
Replies: 5
Views: 5770

Serial Decoding - CAN High

Hi guys, is there any way I can see each data byte separate on the graph? What I mean is that I am interested in seeing data byte "1F" on the graph. Can PicoScope6 calculate or show me with rulers that specific data byte I'm looking for on the graph? Please see I attached photo with it. Thanks, Luka...