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.
This commit is contained in:
parent
ab781de5a0
commit
4ab433d391
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -834,7 +834,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -839,7 +839,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -834,7 +834,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -843,7 +843,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -834,7 +834,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -839,7 +839,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -840,7 +840,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -836,7 +836,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -848,7 +848,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -836,7 +836,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -836,7 +836,7 @@
|
||||
#endif
|
||||
|
||||
// Add an optimized binary file transfer mode, initiated with 'M28 B1'
|
||||
//#define FAST_FILE_TRANSFER
|
||||
//#define BINARY_FILE_TRANSFER
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
||||
|
@ -52,6 +52,13 @@ void GcodeSuite::M115() {
|
||||
#endif
|
||||
);
|
||||
|
||||
// BINARY_FILE_TRANSFER (M28 B1)
|
||||
cap_line(PSTR("BINARY_FILE_TRANSFER")
|
||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||
, true
|
||||
#endif
|
||||
);
|
||||
|
||||
// EEPROM (M500, M501)
|
||||
cap_line(PSTR("EEPROM")
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
|
@ -282,7 +282,7 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
serial_count[port] = 0;
|
||||
}
|
||||
|
||||
#if ENABLED(FAST_FILE_TRANSFER)
|
||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||
|
||||
inline bool serial_data_available(const uint8_t index) {
|
||||
switch (index) {
|
||||
@ -398,16 +398,12 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
stream_state = StreamState::PACKET_RESET;
|
||||
bytes_received = 0;
|
||||
time_stream_start = millis();
|
||||
SERIAL_ECHO("echo: Datastream initialized (");
|
||||
SERIAL_ECHO(stream_header.filesize);
|
||||
SERIAL_ECHOLN("Bytes expected)");
|
||||
SERIAL_ECHO("so"); // confirm active stream and the maximum block size supported
|
||||
SERIAL_CHAR(static_cast<uint8_t>(buffer_size & 0xFF));
|
||||
SERIAL_CHAR(static_cast<uint8_t>((buffer_size >> 8) & 0xFF));
|
||||
SERIAL_CHAR('\n');
|
||||
SERIAL_ECHOPAIR("echo: Datastream initialized (", stream_header.filesize);
|
||||
SERIAL_ECHOLNPGM(" bytes expected)");
|
||||
SERIAL_ECHOLNPAIR("so", buffer_size); // confirm active stream and the maximum block size supported
|
||||
}
|
||||
else {
|
||||
SERIAL_ECHOLN("echo: Datastream initialization error (invalid token)");
|
||||
SERIAL_ECHO_MSG("Datastream init error (invalid token)");
|
||||
stream_state = StreamState::STREAM_FAILED;
|
||||
}
|
||||
buffer_next_index = 0;
|
||||
@ -423,7 +419,7 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
stream_state = StreamState::PACKET_DATA;
|
||||
}
|
||||
else {
|
||||
SERIAL_ECHO("echo: Datastream packet out of order");
|
||||
SERIAL_ECHO_MSG("Datastream packet out of order");
|
||||
stream_state = StreamState::PACKET_FLUSHRX;
|
||||
}
|
||||
}
|
||||
@ -431,11 +427,10 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
case StreamState::PACKET_DATA:
|
||||
if (!stream_read(data)) break;
|
||||
|
||||
if (buffer_next_index < buffer_size) {
|
||||
if (buffer_next_index < buffer_size)
|
||||
buffer[buffer_next_index] = data;
|
||||
}
|
||||
else {
|
||||
SERIAL_ECHO("echo: Datastream packet data buffer overrun");
|
||||
SERIAL_ECHO_MSG("Datastream packet data buffer overrun");
|
||||
stream_state = StreamState::STREAM_FAILED;
|
||||
break;
|
||||
}
|
||||
@ -444,9 +439,9 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
packet.bytes_received++;
|
||||
buffer_next_index++;
|
||||
|
||||
if (packet.bytes_received == packet.header.size) {
|
||||
if (packet.bytes_received == packet.header.size)
|
||||
stream_state = StreamState::PACKET_VALIDATE;
|
||||
}
|
||||
|
||||
break;
|
||||
case StreamState::PACKET_VALIDATE:
|
||||
if (packet.header.checksum == packet.checksum) {
|
||||
@ -454,28 +449,28 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
packets_received++;
|
||||
bytes_received += packet.header.size;
|
||||
|
||||
if (packet.header.id == 0) { // id 0 is always the stream descriptor
|
||||
if (packet.header.id == 0) // id 0 is always the stream descriptor
|
||||
stream_state = StreamState::STREAM_HEADER; // defer packet confirmation to STREAM_HEADER state
|
||||
}
|
||||
else {
|
||||
if (bytes_received < stream_header.filesize) {
|
||||
stream_state = StreamState::PACKET_RESET; // reset and receive next packet
|
||||
SERIAL_ECHOLN("ok"); // transmit confirm packet received and valid token
|
||||
SERIAL_ECHOLNPGM("ok"); // transmit confirm packet received and valid token
|
||||
SERIAL_ECHOLN(packet.header.id);
|
||||
}
|
||||
else {
|
||||
else
|
||||
stream_state = StreamState::STREAM_COMPLETE; // no more data required
|
||||
}
|
||||
|
||||
if (card.write(buffer, buffer_next_index) < 0) {
|
||||
stream_state = StreamState::STREAM_FAILED;
|
||||
SERIAL_ECHO("echo: IO ERROR");
|
||||
SERIAL_ECHO_MSG("SDCard IO Error");
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
else {
|
||||
SERIAL_ECHO("echo: Block(");
|
||||
SERIAL_ECHO(packet.header.id);
|
||||
SERIAL_ECHOLN(") Corrupt");
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHOPAIR("Block(", packet.header.id);
|
||||
SERIAL_ECHOLNPGM(") Corrupt");
|
||||
stream_state = StreamState::PACKET_FLUSHRX;
|
||||
}
|
||||
break;
|
||||
@ -483,9 +478,9 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
if (packet_retries < MAX_RETRIES) {
|
||||
packet_retries++;
|
||||
stream_state = StreamState::PACKET_RESET;
|
||||
SERIAL_ECHO("echo: Resend request ");
|
||||
SERIAL_ECHOLN(packet_retries);
|
||||
SERIAL_ECHOLN("rs"); // transmit resend packet token
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHOLNPAIR("Resend request ", int(packet_retries));
|
||||
SERIAL_ECHOLNPAIR("rs", packet.header.id); // transmit resend packet token
|
||||
}
|
||||
else {
|
||||
stream_state = StreamState::STREAM_FAILED;
|
||||
@ -501,27 +496,28 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
packet.timeout = millis() + STREAM_MAX_WAIT;
|
||||
break;
|
||||
case StreamState::PACKET_TIMEOUT:
|
||||
SERIAL_ECHOLN("echo: Datastream timeout");
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHOLNPGM("Datastream timeout");
|
||||
stream_state = StreamState::PACKET_RESEND;
|
||||
break;
|
||||
case StreamState::STREAM_COMPLETE:
|
||||
stream_state = StreamState::STREAM_RESET;
|
||||
card.flag.binary_mode = false;
|
||||
card.closefile();
|
||||
SERIAL_ECHO("echo: ");
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHO(card.filename);
|
||||
SERIAL_ECHO(" transfer completed @ ");
|
||||
SERIAL_ECHO(((bytes_received / (millis() - time_stream_start) * 1000) / 1024 ));
|
||||
SERIAL_ECHOLN("KiB/s");
|
||||
SERIAL_ECHOLN("sc"); // transmit stream complete token
|
||||
SERIAL_ECHOPAIR(" transfer completed @ ", ((bytes_received / (millis() - time_stream_start) * 1000) / 1024));
|
||||
SERIAL_ECHOLNPGM("KiB/s");
|
||||
SERIAL_ECHOLNPGM("sc"); // transmit stream complete token
|
||||
card.closefile();
|
||||
return;
|
||||
case StreamState::STREAM_FAILED:
|
||||
stream_state = StreamState::STREAM_RESET;
|
||||
card.flag.binary_mode = false;
|
||||
card.closefile();
|
||||
card.removeFile(card.filename);
|
||||
SERIAL_ECHOLN("echo: File transfer failed");
|
||||
SERIAL_ECHOLN("sf"); // transmit stream failed token
|
||||
SERIAL_ECHO_START();
|
||||
SERIAL_ECHOLNPGM("File transfer failed");
|
||||
SERIAL_ECHOLNPGM("sf"); // transmit stream failed token
|
||||
return;
|
||||
}
|
||||
}
|
||||
@ -536,7 +532,7 @@ void gcode_line_error(PGM_P const err, const int8_t port) {
|
||||
|
||||
} binaryStream{};
|
||||
|
||||
#endif // FAST_FILE_TRANSFER
|
||||
#endif // BINARY_FILE_TRANSFER
|
||||
|
||||
FORCE_INLINE bool is_M29(const char * const cmd) {
|
||||
return cmd[0] == 'M' && cmd[1] == '2' && cmd[2] == '9' && !WITHIN(cmd[3], '0', '9');
|
||||
@ -555,7 +551,7 @@ inline void get_serial_commands() {
|
||||
#endif
|
||||
;
|
||||
|
||||
#if ENABLED(FAST_FILE_TRANSFER)
|
||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||
if (card.flag.saving && card.flag.binary_mode) {
|
||||
/**
|
||||
* For binary stream file transfer, use serial_line_buffer as the working
|
||||
|
@ -175,7 +175,7 @@ void GcodeSuite::M27() {
|
||||
*/
|
||||
void GcodeSuite::M28() {
|
||||
|
||||
#if ENABLED(FAST_FILE_TRANSFER)
|
||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||
|
||||
bool binary_mode = false;
|
||||
char *p = parser.string_arg;
|
||||
|
@ -51,7 +51,7 @@ card_flags_t CardReader::flag;
|
||||
char CardReader::filename[FILENAME_LENGTH], CardReader::longFilename[LONG_FILENAME_LENGTH];
|
||||
int8_t CardReader::autostart_index;
|
||||
|
||||
#if ENABLED(FAST_FILE_TRANSFER) && NUM_SERIAL > 1
|
||||
#if ENABLED(BINARY_FILE_TRANSFER) && NUM_SERIAL > 1
|
||||
int8_t CardReader::transfer_port;
|
||||
#endif
|
||||
|
||||
|
@ -42,7 +42,7 @@ typedef struct {
|
||||
detected:1,
|
||||
filenameIsDir:1,
|
||||
abort_sd_printing:1
|
||||
#if ENABLED(FAST_FILE_TRANSFER)
|
||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||
, binary_mode:1
|
||||
#endif
|
||||
;
|
||||
@ -145,11 +145,11 @@ public:
|
||||
static char filename[FILENAME_LENGTH], longFilename[LONG_FILENAME_LENGTH];
|
||||
static int8_t autostart_index;
|
||||
|
||||
#if ENABLED(FAST_FILE_TRANSFER)
|
||||
#if ENABLED(BINARY_FILE_TRANSFER)
|
||||
#if NUM_SERIAL > 1
|
||||
static int8_t transfer_port;
|
||||
#else
|
||||
static constexpr int8_t transfer_port = SERIAL_PORT;
|
||||
static constexpr int8_t transfer_port = 0;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -36,7 +36,7 @@ opt_enable PIDTEMPBED FIX_MOUNTED_PROBE Z_SAFE_HOMING \
|
||||
AUTO_BED_LEVELING_LINEAR Z_MIN_PROBE_REPEATABILITY_TEST DEBUG_LEVELING_FEATURE \
|
||||
SKEW_CORRECTION SKEW_CORRECTION_FOR_Z SKEW_CORRECTION_GCODE \
|
||||
FWRETRACT ARC_P_CIRCLES ADVANCED_PAUSE_FEATURE CNC_WORKSPACE_PLANES CNC_COORDINATE_SYSTEMS \
|
||||
POWER_LOSS_RECOVERY POWER_LOSS_PIN POWER_LOSS_STATE FAST_FILE_TRANSFER \
|
||||
POWER_LOSS_RECOVERY POWER_LOSS_PIN POWER_LOSS_STATE BINARY_FILE_TRANSFER \
|
||||
LCD_PROGRESS_BAR LCD_PROGRESS_BAR_TEST PINS_DEBUGGING \
|
||||
MAX7219_DEBUG LED_CONTROL_MENU CASE_LIGHT_ENABLE CASE_LIGHT_USE_NEOPIXEL CODEPENDENT_XY_HOMING BACKLASH_COMPENSATION BACKLASH_GCODE
|
||||
opt_set FANMUX0_PIN 53
|
||||
|
Loading…
Reference in New Issue
Block a user