PyCmdMessenger
PyCmdMessenger copied to clipboard
Add format for bytes objects
Very useful for raw data. Sending and receiving will not format the input data in any way. Fixes #33
As opposed to what I suggested in the issue I opened, _send_bytes is not quite equivalent to _send_string, but it's more useful this way.