Skip to content

Releases: PowerBroker2/SerialTransfer

SerialTransfer

15 Apr 18:23
163f762
Compare
Choose a tag to compare

COBS bug fix (issue #18)

SerialTransfer

12 Apr 02:17
0fb7c94
Compare
Choose a tag to compare

Make txObj() and rxObj() more flexible

SerialTransfer

31 Mar 18:28
1b248cc
Compare
Choose a tag to compare

Display error details in examples and readme

SerialTransfer

29 Mar 00:13
09fd293
Compare
Choose a tag to compare

Add more SoftwareSerial.h examples

SerialTransfer

26 Mar 20:37
d6a7d01
Compare
Choose a tag to compare

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

SerialTransfer

03 Mar 22:53
ef70642
Compare
Choose a tag to compare
1.2.3

Update library.properties

SerialTransfer

28 Dec 03:31
f5a45d0
Compare
Choose a tag to compare

Added examples depicting SoftwareSerial.h compatibility

SerialTransfer

27 Dec 03:51
9e433cb
Compare
Choose a tag to compare

Fix issue with parsing objects from RX buffer

SerialTransfer

21 Dec 21:39
ab50cce
Compare
Choose a tag to compare

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

SerialTransfer

21 Dec 02:47
4e7af0a
Compare
Choose a tag to compare

Bug fixes