cedrus-opensource / pyxid

Pure python library for communicating with Cedrus XID devices
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

added support for the cedrus c-pod #13

Closed emiddell closed 6 years ago

emiddell commented 6 years ago

When trying to operate a Cedrus C-POD with pyxid I noticed that the C-POD is not yet support. After adding its product_id in init_device and treating it like a strimtracker I could talk to the hardware.

ematsakCedrus commented 6 years ago

Sorry, took me a little bit to get around to this.

This is a perfectly acceptable temporary fix to get pyxid to see c-pods. The library won't be able to take advantage of its features with just this, but it'll be able to set pulse duration and raise/lower lines.

Thank you.