robotpy / pyntcore

Moved to https://github.com/robotpy/mostrobotpy
2 stars 5 forks source link

Raw should only accept and return bytes #12

Closed auscompgeek closed 1 year ago

virtuald commented 4 years ago

I'm pretty sure this is actually a pybind11 issue that will be addressed in the near future.

auscompgeek commented 4 years ago

Get/SetRaw take std::string, right? Wouldn't we need to write wrappers that take/return py::bytes?

virtuald commented 1 year ago

It sends/receives buffer now.