This version is a major release that includes a rewrite of the communication protocol to include methods for data packetization to improve reliability of bluetooth communication. This includes an overhaul of the sample arduino sketch(es), and the test client, in order to include a sample "good" implementation of serial and software serial communication, that should result in less communication latency.
Framing characters are used to indicate the start and end of data packets, and multiple commands can be "packed" into a packet, separated by commas, to increase effeciency when communicating over bluetooth serial.
What's Changed
- Data packetization by @ian612 in #39
- Bt testing by @ian612 in #40
- add SW serial line end constant by @ian612 in #41
Full Changelog: v1.1.4...v1.2.0