In this tutorial I will be taking you through writing an android app in Kotlin that can connect to and communicate with a device via a serial connection
This will include working with a Serial Library to send data and communicate with a connected device. We will also be looking at Broadcast recievers to connect to the device.
...................................................................................
Library Links:
Anko Common - https://github.com/Kotlin/anko
USB Serial Library - https://github.com/felHR85/UsbSerial
...................................................................................
Website: www.appsinthesky.com
Twitter: / appsinthesky
GitHub: https://github.com/appsinthesky/Kotli...