diff options
author | jantje <jan@baeyens.it> | 2014-03-24 21:40:12 +0100 |
---|---|---|
committer | jantje <jan@baeyens.it> | 2014-03-24 21:40:12 +0100 |
commit | f87e11534aaf48475856a210b2b473988d70a43d (patch) | |
tree | 5aa63f44ad67084dbf254849b68f525e029dc580 /cores/arduino/HardwareSerial_private.h | |
parent | 699e9c09ce7a23b1ec0292ac763477e4be743acc (diff) |
Added support for different size of TX and RX buffer sizes.
Added support for buffer sizes bigger than 256 bytes.
Added possibility to overrule the default size.
Added support for different size of TX and RX buffer sizes.
The default values remain the same. You can however specify a different
value for TX and RX buffer
Added possibility to overrule the default size.
If you want to have different values
define SERIAL_TX_BUFFER_SIZE and SERIAL_RX_BUFFER_SIZE on the command
line
Added support for buffer sizes bigger than 256 bytes.
Because of the possibility to change the size of the buffer sizes longer
than 256 must be supported.
The type of the indexes is decided upon the size of the buffers. So
there is no increase in program/data size when the buffers are smaller
than 257
Diffstat (limited to 'cores/arduino/HardwareSerial_private.h')
0 files changed, 0 insertions, 0 deletions