-
Notifications
You must be signed in to change notification settings - Fork 5
Tested (supported) platforms
Piotr Skowronek edited this page Feb 23, 2020
·
2 revisions
- Android 6 / 7 / 8 / 8.1 (for USB version the OTG feature must be supported), minSDK=21 (Android 5.0)
- Build & Run XCode project
- before running the app, open the Device Manager, expand
Ports (COM & LPT)
and find your adapter. Ensure that the Device status statesThis device is working properly
. If not, then you probably need to install older drivers for this adapter (a workaround). - please refer to the Known Issues page in case of odd mouse behavior under Windows when PM is connected via FT232
- the ownership of device
/dev/ttyUSB0
isdialout
group so must add yourself to the group and re-login or run withsudo
(not recommended)
- you may need to install correct driver for your version of uart-to-usb
- for PL2303 you can use this one, however for some uart-to-usb versions you must always detach the device before closing the app otherwise the java process may hang blocked by the driver on I/O operation.
- for FT232 the built-in (com.apple.driver.AppleUSBFTDI) driver just works, what's more FT232 based uart-to-usb implementations behave much better on macOS (see above)