Metadata-Version: 2.1
Name: marlin-binary-protocol
Version: 0.0.7
Summary: Transfer files with Marlin 2.0 firmware using Marlin Binary Protocol Mark II
Home-page: https://github.com/charleswillis3/marlin-binary-protocol
Author: Charles Willis
Author-email: charleswillis3@users.noreply.github.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Requires-Dist: heatshrink (>=0.3.2)
Requires-Dist: heatshrink2 (>=0.9)
Requires-Dist: pyserial (>=3.4)
Requires-Dist: backports.time-perf-counter ; python_version < "3.3"

[![PyPI version](https://badge.fury.io/py/marlin-binary-protocol.svg)](https://badge.fury.io/py/marlin-binary-protocol)

Provides implementation of the Marlin Binary Transfer Protocol Mark II as described here:
https://github.com/MarlinFirmware/Marlin/pull/14817

Requires:

* Marlin firmware from 2.0.x bugfix branch: https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x
* BINARY_FILE_TRANSFER feature enabled in Configuration_adv.h: https://github.com/MarlinFirmware/Marlin/blob/8b637e436c775c7566820eb1defd00bb209d06b4/Marlin/Configuration_adv.h#L1198

As the comments in the PR state, the protocol is a work in progress and will change. 

This code is essentially the same as the code provided by user p3p on that pull request.

Look at the provided transfer utility, transfer.py, for example usage.


