gbishop / cython-hidapi

Python wrapper for the hidapi (not active, use one of the forks)
Other
50 stars 56 forks source link

write() should accept strings and buffers #12

Open Arachnid opened 10 years ago

Arachnid commented 10 years ago

write() only accepting arrays of small ints is a rather odd interface. Accepting str and buffer instances would make it substantially easier to use.