Skip to content

1.7.0

Compare
Choose a tag to compare
@armadsen armadsen released this 15 Mar 17:29
· 232 commits to master since this release

Version 1.7.0 is a semi-major update to ORSSerialPort. It includes bug fixes, and enhancements including new API. It should be fully API compatible with previous releases, requiring no code changes on the part of the end user. Changes include:

  • Much better documentation, including programming guides.
  • API for retrieving queued requests from a port
  • Example app for the request/response API in both Objective-C and Swift
  • More explicit behavior related to pending and queued requests when a port is closed
  • ORSSerialPort's delegate is now weak when targeting 10.8 or higher (remains unsafe_retained for older targets)
  • Fix for ORSSerialPortManager's automatic close-on-sleep behavior failing in ORSSerial.framework
  • Other bug fixes and minor enhancements.

Complete changes can be found here.