Search found 1 match

by iain_w
Mon Feb 22, 2016 2:54 am
Forum: General Software Discussions
Topic: Simple question about UsbPt104GetValue
Replies: 1
Views: 3775

Simple question about UsbPt104GetValue

I am using the PT-104 data logger and writing some software to control it. The API provides a UsbPt104GetValue function - prototype: PICO_STATUS UsbPt104GetValue ( short handle, USBPT104_CHANNELS channel, long * value, short filtered ) The long * value argument receives the data. I see that it is a ...