You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: to_do/CommunicationProtocol/ReadMe.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,19 @@ As based of MKS protocol 1KB looks a good start
37
37
- Tail: CRC + tail tag (TBD)
38
38
39
39
### Ack
40
+
40
41
- communication may rely on pins like for MKS or response packet using also same block description so transfer can be done when GCODE command is send to printer, and printer can ack/raise error or answer GCODE command also when transfer is on going.
41
42
- so tranfer is not blocking and polling is not a noise
43
+
42
44
### Error checking
45
+
43
46
- The error check will rely on CRC instead of checksum because more reliable
44
47
- The error control can be a mix between a resend and automatically adjust/decrease the transfer baud rate in case of EMI issues
45
48
46
49
### Performance
50
+
47
51
- The goal is to be as close as possible as current MKS transfer = 100KB, do not expect instant magical transfer but better one.
0 commit comments