-
Notifications
You must be signed in to change notification settings - Fork 4
Flow Control #2
Copy link
Copy link
Open
Labels
Description
Even if the Teensy3.5 has significantly more RAM than the Arduino (192K vs 2K), it will still be necessary to 'throttle' the processing of GCode and only accept new blocks when there is room in the motionBuffer.
This 'flow control' signalling needs to go back upstream to the sending PC via the Comms interface.
Reactions are currently unavailable