harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library
MIT License
80 stars 32 forks source link

Add format for bytes objects #34

Open iFreilicht opened 6 years ago

iFreilicht commented 6 years ago

Very useful for raw data. Sending and receiving will not format the input data in any way. Fixes #33

iFreilicht commented 6 years ago

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.