List of PIDs for different devices

Post general discussions on using our drivers to write your own software here
Post Reply
Siebje
Newbie
Posts: 0
Joined: Tue Mar 13, 2012 1:33 pm

List of PIDs for different devices

Post by Siebje »

Hi,

I'm writing a driver for the PS6000E, and I'm looking for a list of PIDs for all 6000E's. The one I have shows PID_1215, but there are a bunch more in the driver inf that are marked as "PicoScope 6000 series PC". The problem is that the old PS6000 series uses a different API, so I need to differentiate between them. Can you tell me which device types have which PID, specifically for the following list:
USB\VID_0CE9&PID_1204.DeviceDesc="PicoScope 6000 series PC Oscilloscope" > This corresponds to my PS6000
USB\VID_0CE9&PID_1215.DeviceDesc="PicoScope 6000 series PC Oscilloscope" > This corresponds to my PS6000E
USB\VID_0CE9&PID_1216.DeviceDesc="PicoScope 6000 series PC Oscilloscope" > ?
USB\VID_0CE9&PID_12A0.DeviceDesc="PicoScope 6000 series PC Oscilloscope" > ?
USB\VID_0CE9&PID_12A1.DeviceDesc="PicoScope 6000 series PC Oscilloscope" > ?

Post Reply