Added custom serial port implementation using JSerialComm

This commit is contained in:
Ziver Koc 2020-12-26 01:35:03 +01:00
parent 1c0340b9cf
commit b60a7af9cd
6 changed files with 199 additions and 17 deletions

View file

@ -1,4 +1,5 @@
dependencies {
implementation project(':hal-core')
implementation 'com.fazecast:jSerialComm:1.3.11'
implementation 'com.fazecast:jSerialComm:2.6.2'
}