PowerBroker2 / pySerialTransfer

Python package to transfer data in a fast, reliable, and packetized form
MIT License
145 stars 35 forks source link

Allow the user to send a user specified bytearray #62

Closed DownD closed 2 years ago

DownD commented 2 years ago

I ran into a problem where i already had a few packets formatted into bytearray, so i added a new function that allows to put bytearrays into the the buffer directly.

PowerBroker2 commented 2 years ago

Thanks! Good idea