File tree 2 files changed +11
-4
lines changed 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -114,17 +114,17 @@ void loop() {
114
114
* Connect your Arduino board to PC
115
115
* Run your sketch or tinylight_loopback
116
116
* Compile tiny_loopback tool
117
- * Run tiny_loopback tool: ` ./bld/tiny_loopback -p /dev/ttyUSB0 -t light -g -c 8 -r `
117
+ * Run tiny_loopback tool: ` ./bld/tiny_loopback -p /dev/ttyUSB0 -t light -g -c 8 -a - r `
118
118
119
119
* Connect your Arduino board to PC
120
120
* Run your sketch or tinyhd_loopback
121
121
* Compile tiny_loopback tool
122
- * Run tiny_loopback tool: ` ./bld/tiny_loopback -p /dev/ttyUSB0 -t hd -c 8 -g -r `
122
+ * Run tiny_loopback tool: ` ./bld/tiny_loopback -p /dev/ttyUSB0 -t hd -c 8 -g -a - r `
123
123
124
124
* Connect your Arduino board to PC
125
125
* Run your sketch or tinyfd_loopback
126
126
* Compile tiny_loopback tool
127
- * Run tiny_loopback tool: ` ./bld/tiny_loopback -p /dev/ttyUSB0 -t fd -c 8 -w 3 -g -r `
127
+ * Run tiny_loopback tool: ` ./bld/tiny_loopback -p /dev/ttyUSB0 -t fd -c 8 -w 3 -g -a - r `
128
128
129
129
For more information about this library, please, visit https://github.com/lexus2k/tinyproto .
130
130
Doxygen documentation can be found at [ github.io site] ( http://lexus2k.github.io/tinyproto ) .
Original file line number Diff line number Diff line change 1
1
== ver. 0.9.1 =======================================
2
-
2
+ - Fixed CRC8 bug with HDLC/Light protocol
3
+ - Added new API for keep alive timeout, auto-reconnect
4
+ - Fixed issues in TinyPacket
5
+ - Fix compilation for Windows Arduino IDE
6
+ - Removed sperf tool (use tiny_loopback)
7
+ - Fixed crc32 bug
8
+ - Improved HDLC logging
9
+ - Fixed C-compilation for avr gcc
3
10
4
11
== ver. 0.9.0 =======================================
5
12
- Initial full duplex implementation:
You can’t perform that action at this time.
0 commit comments