This library is a KMM (Kotlin Multiplatform Module) which makes it easier to access USB/Serial Ports from Kotlin code. It wraps around the jSerialComm library on desktop, and either jSerialComm or USB ...
No Close/Reopen Support: When working with devices that disconnect/reconnect (USB-to-serial adapters, removable devices), you need to close and reopen the port. Existing libraries don't support this ...