SerialTransfer Versions Save

Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI

1.4.1

4 years ago

COBS bug fix (issue #18)

1.4.0

4 years ago

Make txObj() and rxObj() more flexible

1.3.2

4 years ago

Display error details in examples and readme

1.3.1

4 years ago

Add more SoftwareSerial.h examples

1.3.0

4 years ago

Address issue #13 - fix compile-time error for STM32 boards

1.2.3

4 years ago

1.2.2

4 years ago

Added examples depicting SoftwareSerial.h compatibility

1.2.1

4 years ago

Fix issue with parsing objects from RX buffer

1.2.0

4 years ago

Replace float handling with generic object handling (can transfer bytes, ints, floats, structs, etc...)

1.1.3

4 years ago

Bug fixes