JaneliaSciComp / NIDAQ.jl

National Instruments Data Acquisition Interface
Other
47 stars 16 forks source link

Test errors due to unsupported features of USB 6002 device #7

Closed Cody-G closed 7 years ago

Cody-G commented 7 years ago

I just discovered that digital input, output, and counter tests fail for my USB 6002 device. The digital io failures seem to happen because this device doesn't support buffered digital io. The counter test fails because the device doesn't have any counter channels, and the check for that in the tests doesn't quite work as intended. I have fixes that I can submit as a PR after #6 merges.

bjarthur commented 7 years ago

i'd be happy to review a PR that fixes this.

Cody-G commented 7 years ago

Great, I just opened #8

bjarthur commented 7 years ago

fixed by #8