|
|
@ -3,13 +3,12 @@
|
|
|
|
A much smaller and more efficient serial library than Arduinos Serial.
|
|
|
|
A much smaller and more efficient serial library than Arduinos Serial.
|
|
|
|
Use an include file to replace the Serial.print from Arduino library.
|
|
|
|
Use an include file to replace the Serial.print from Arduino library.
|
|
|
|
|
|
|
|
|
|
|
|
| Table of Contents |
|
|
|
|
##### Table of Contents
|
|
|
|
| ----------------- |
|
|
|
|
[What is the problem with Arduino Serial.print ?](#arduino_serial_problems)
|
|
|
|
| [What is the problem with Arduino Serial.print ?](#arduino_serial_problems)
|
|
|
|
|
|
|
|
[Example comparison between Didel TerSer and Arduino Serial](#example_comparison)
|
|
|
|
[Example comparison between Didel TerSer and Arduino Serial](#example_comparison)
|
|
|
|
[Using tabular data](#using_tabular_data)
|
|
|
|
[Using tabular data](#using_tabular_data)
|
|
|
|
[TerSer Limitations](#terser_limitations)
|
|
|
|
[TerSer Limitations](#terser_limitations)
|
|
|
|
[Code size and timing comparison](#code_size_timing_comparison) |
|
|
|
|
[Code size and timing comparison](#code_size_timing_comparison)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a name="arduino_serial_problems"/>
|
|
|
|
<a name="arduino_serial_problems"/>
|
|
|
|