rx buffer size = 1024

This commit is contained in:
Todd Fleming
2017-01-10 17:03:14 -05:00
parent 37db018c70
commit c7a4b77e47
4 changed files with 13 additions and 13 deletions

View File

@ -456,7 +456,7 @@
// 115200 baud will take 5 msec to transmit a typical 55 character report. Worst case reports are
// around 90-100 characters. As long as the serial TX buffer doesn't get continually maxed, Grbl
// will continue operating efficiently. Size the TX buffer around the size of a worst-case report.
// #define RX_BUFFER_SIZE 128 // (1-254) Uncomment to override defaults in serial.h
// #define RX_BUFFER_SIZE 1024 // Uncomment to override defaults in serial.h
// #define TX_BUFFER_SIZE 100 // (1-254)
// A simple software debouncing feature for hard limit switches. When enabled, the interrupt