yeokm1 / SwiftSerial

A Swift Linux and Mac library for reading and writing to serial ports.
MIT License
136 stars 40 forks source link

read byte feature add #1

Closed AleyRobotics closed 7 years ago

AleyRobotics commented 7 years ago

add read UInt8 (one byte) function

yeokm1 commented 7 years ago

Merged in latest release https://github.com/yeokm1/SwiftSerial/releases/tag/0.0.12

I refactored your code and updated the documentation.