SerialTransfer Versions Save

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

3.1.3

1 year ago
  • Fix issue #94 (prevent premature reset of packet status)

3.1.2

2 years ago
  • Fix issue #73
    • Ensure payload index is reset every packet

3.1.1

3 years ago
  • Minor bug fixes regarding the timeout implementation

3.1.0

3 years ago
  • Added timeout and reset functionality

3.0.8

3 years ago
  • Bug fix; Ensure 0-byte payloads result in an error

3.0.7

3 years ago
  • Fix invalid memory usage with callbacks
  • Fix compile-time warning

3.0.6

3 years ago
  • Resolve issue #49
  • Comment out SPI files
    • User can uncomment files for use if desired and target board is supported

3.0.5

3 years ago
  • Fix SPITransfer issue by disabling SPI by default - user can enable it, however (see readme)

3.0.4

3 years ago
  • Break parsing loop if new packet is available or an error occurs

3.0.3

3 years ago
  • Fix compile-time errors for Arduino Nano 33 BLE and DUE (issue #34)
    • These boards will not be supported by the SPI functionality of this lib, but the UART and I2C functionality should still work with these boards