Wykres commitów

16 Commity (master)

Autor SHA1 Wiadomość Data
Felipe Herranz 9dfa8f6867
Merge pull request #194 from felHR85/example_close
closing port when service is destroyed
2019-01-12 12:19:24 +01:00
Felipe Herranz d280e05043 closing port when service is destroyed 2019-01-12 11:50:43 +01:00
mws-rmain 02201fef82
Fix Build Issues
Add missing import & TAG
2019-01-10 14:00:29 -05:00
mws-rmain b5b9a16499
Ensure findSerialPortDevice() requests access ONLY to a supported device
The hashmap returned by usbManager.getDeviceList() contains devices in random order. Access will be requested for the first supported device.
2019-01-09 11:33:48 -05:00
mws-rmain 4141c23813
added unregisterReceiver(usbReceiver) to onDestroy() 2019-01-04 13:30:24 -05:00
Felipe Herranz 5c30d0d00f solved inputStream issues and getSerialPorts 2018-11-16 00:19:45 +01:00
Felipe Herranz 63e0e8db68 added testing dependencies 2018-10-28 19:02:38 +01:00
Henry Addo c228699a2f Remove build tools version
The latest Android Gradle plugin now set its default
build tools version so explicitly setting is not necessary.
2018-01-04 17:26:10 +01:00
Henry Addo b78dad5120 Change compile to implementation 2018-01-04 17:23:07 +01:00
Felipe Herranz 65bcb0ed66 deleted unused imports 2016-09-18 21:45:18 +02:00
Felipe Herranz f63a29f0b4 solved a bug in syncRead for FTDI devices 2016-09-18 21:42:19 +02:00
Felipe Herranz ee68de6f3a changed synchronous read in synchronous example 2016-09-18 18:38:47 +02:00
Felipe Herranz 5321490a3d added MainActivity to synchronous example 2016-09-17 19:16:39 +02:00
Felipe Herranz d15adc3252 added layout for synchronous example 2016-09-17 17:10:02 +02:00
Felipe Herranz c2c853d6d6 added UsbService to sync example 2016-09-17 16:09:04 +02:00
Felipe Herranz c20adbeec3 synchronous example added 2016-09-17 13:52:58 +02:00