Marlin_Firmware/Marlin/src/gcode/host
Chris Pepper 4ab433d391 Fix binary protocol with one serial port (#13270)
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
2019-02-27 19:57:48 -06:00
..
M110.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M113.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M114.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M115.cpp Fix binary protocol with one serial port (#13270) 2019-02-27 19:57:48 -06:00
M118.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M119.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M876.cpp Add HOST_PROMPT_SUPPORT (#13039) 2019-02-12 15:55:47 -06:00