Skip to content

Releases: PowerBroker2/SerialTransfer

SerialTransfer

05 Oct 16:45
0680474
Compare
Choose a tag to compare
  • Fix issue #94 (prevent premature reset of packet status)

SerialTransfer

06 Aug 18:14
932c426
Compare
Choose a tag to compare
  • Fix issue #73
    • Ensure payload index is reset every packet

SerialTransfer

21 Apr 19:00
3367a6f
Compare
Choose a tag to compare
  • Minor bug fixes regarding the timeout implementation

SerialTransfer

20 Apr 23:56
5bdb1d4
Compare
Choose a tag to compare
  • Added timeout and reset functionality

SerialTransfer

20 Mar 04:39
ef550c8
Compare
Choose a tag to compare
  • Bug fix; Ensure 0-byte payloads result in an error

SerialTransfer

01 Feb 17:39
ee94310
Compare
Choose a tag to compare
  • Fix invalid memory usage with callbacks
  • Fix compile-time warning

SerialTransfer

10 Nov 23:11
950e752
Compare
Choose a tag to compare
  • Resolve issue #49
  • Comment out SPI files
    • User can uncomment files for use if desired and target board is supported

SerialTransfer

18 Oct 22:41
7ef3143
Compare
Choose a tag to compare
  • Fix SPITransfer issue by disabling SPI by default - user can enable it, however (see readme)

SerialTransfer

15 Sep 20:14
e26f1b9
Compare
Choose a tag to compare
  • Break parsing loop if new packet is available or an error occurs

SerialTransfer

22 Jul 21:39
9ccad91
Compare
Choose a tag to compare
  • 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