2.0.2
This is a minor bug fix update to ORSSerialPort containing the following changes:
CHANGED
- Refactored packet descriptor buffer parsing to pave the way for future improvements (thanks @nathanntg!)
- Clarified distinction between packet parsing API and request/response API in documentation for
ORSSerialPacketDescriptor
. - Refactored modem line control code (see Issue #86 and commit 6fc0c9e)
FIXED
- Fixed error building framework project in Xcode 4.6 on 10.7.5
- Fixed bug where PacketParsingDemo and RequestResponseDemo apps didn't work on 10.11
- Fixed incorrect nullability annotation on
ORSSerialRequest
'sresponseDescriptor
property
Complete changes for this release can be viewed here.