kai-morich / SimpleUsbTerminal

Android terminal app for devices with a serial / UART interface connected with a USB-to-serial-converter
MIT License
528 stars 195 forks source link

terminal: Allow connecting with driver not supporting status and control #60

Closed phcoder closed 1 year ago

phcoder commented 1 year ago

Currently if the driver doesn't support either status or control the connecting will fail with UnsupportedOperationException. Allow connection to continue even if those optional operations fail