MrDraw/src/octoprint/plugins
Gina Häußge 2b9aef5874 Keep sending if serial line was only sent partially
So far the sending routine did not track the amount of bytes that were
actually sent. This is now fixed such that if the number of sent bytes
is less then the number of bytes of the whole message, the sending
rountine will continue to send the unsent parts of the message until
it succeeds (or a timeout occurs).

Also adjusted the virtual printer to imitate a real serial interface with
regards to having it return the written bytes and allowing a partial
sending (returning the number of bytes that actually were sent).
2016-07-12 17:48:47 +02:00
..
announcements Preparing release of 1.2.12 (part three) 2016-06-09 09:31:36 +02:00
cura Fixed registered destination extensions in cura plugin 2016-07-02 18:07:59 +02:00
discovery Finalizing first version of plugin lifecycle management 2015-04-14 17:55:46 +02:00
pluginmanager We leave the About dialog untranslated for now 2016-05-04 09:51:50 +02:00
softwareupdate Fix modal background of update confirmation not vanishing 2016-07-06 15:30:36 +02:00
virtual_printer Keep sending if serial line was only sent partially 2016-07-12 17:48:47 +02:00