Sprinter icon indicating copy to clipboard operation
Sprinter copied to clipboard

Fix communication with standard reprapHost-Software

Open jschleic opened this issue 13 years ago • 1 comments

I'm currently using Sprinter together with the standard reprap host software at [1](version 20111115). There are several modifications required to make this host software communicate with Sprinter. One problem is, that the host software gets confused with line numbering if several lines are returned as reply (like in the 'unknown command' or temperature reporting case of M109).

According to http://reprap.org/wiki/G-code#Replies_from_the_RepRap_machine_to_the_host_computer there should be only replies starting with one of 'ok', 'rs', '!!', '//'. So I modified replies not starting with ok to be comments starting with '//' and modified the M114 reply to be consistent with the host software and with the format reported by M105. Please test those modifications with your host software and merge them into master, if appropriate.

[1] https://github.com/reprap/release

jschleic avatar Feb 10 '12 19:02 jschleic

Any comments / progress on this?

What host software(s) are you using?

jschleic avatar Mar 03 '12 14:03 jschleic