https://github.com/felHR85/UsbSerial

sort by:
Revision Author Date Message Commit Date
d874292 Removed unneccesary classes and made a memory and cpu optimization After this commit, vendor-product-tuples are stored as longs internally. This way heap size is conserved and specialized classes are omitted. This might not be a big deal desktop applications, but for Android, every bit counts. The public api is unchanged Added test to verify that things did not break 18 February 2019, 13:52:06 UTC
37e5dfc release 6.0.2 17 February 2019, 17:11:07 UTC
0593683 Merge pull request #205 from felHR85/multiple_ports_fix Disconnect different UsbSerialDevice objects from same device 17 February 2019, 17:01:15 UTC
aec9b11 Update README.md 06 February 2019, 23:31:57 UTC
1751188 Update README.md 06 February 2019, 23:31:38 UTC
04db582 solving issue disconnecting one device with multiple serial ports 30 January 2019, 22:47:16 UTC
dc94ea5 always recognize other people help 27 January 2019, 18:22:56 UTC
9d801e7 added changelog 27 January 2019, 18:16:06 UTC
3bce693 release 6.0.1 27 January 2019, 17:44:28 UTC
b5863e2 changed protocol buffer 27 January 2019, 17:31:30 UTC
d02adc6 Merge pull request #201 from pawitp/patch-1 cp210x: Add support for "Windows Update" PIDs 27 January 2019, 16:47:05 UTC
f25cc0a cp210x: Add support for "Windows Update" PID There are certain PID CP210x devices can be set to to allow Windows to automatically download drivers from Windows Update. This patch adds support for those PIDs. Reference: https://www.silabs.com/community/interface/knowledge-base.entry.html/2016/12/30/downloading_cp210xd-ek07 23 January 2019, 12:29:38 UTC
ab242bd merge 19 January 2019, 19:55:04 UTC
bb69f40 release 6.0.0 19 January 2019, 19:51:52 UTC
7db4e62 Merge pull request #198 from felHR85/cdc_changes Line off when starting CDC driver 19 January 2019, 19:07:45 UTC
1030409 Merge pull request #199 from felHR85/cp2102_bug Fixes for databits, parity and stopbits in CP2102 19 January 2019, 18:58:14 UTC
3c839ef Merge pull request #196 from felHR85/cp2012_improvs Purging CP2102 when closing 19 January 2019, 18:44:28 UTC
8ee1105 buffer variables to final 19 January 2019, 17:21:59 UTC
fbf3b89 Merge pull request #197 from felHR85/okio Okio buffer and ProtocolBuffering 19 January 2019, 17:07:47 UTC
3ad63c9 Merge branch 'master' into okio 19 January 2019, 16:30:42 UTC
d43e1a2 deleted comment 19 January 2019, 16:27:58 UTC
6bdbbcb Merge pull request #195 from Arneball/master Refactored so that all common thread methods are handled in a base class 19 January 2019, 16:27:07 UTC
f4a4bd9 Refactored so that all common thread methods are handled in a base class After this commit, common functionality for threads are gathered in a base class. Less code, removed AtomicBoolean since it can be replaced with a volatile boolean, eliminating an allocation Some members are made final 15 January 2019, 18:53:02 UTC
e41b04b line off when starting CDC driver 12 January 2019, 18:35:25 UTC
e808935 purging when closing 12 January 2019, 12:35:03 UTC
9dfa8f6 Merge pull request #194 from felHR85/example_close closing port when service is destroyed 12 January 2019, 11:19:24 UTC
d280e05 closing port when service is destroyed 12 January 2019, 10:50:43 UTC
8f00b97 Merge pull request #193 from mws-rmain/master Ensure findSerialPortDevice() requests access ONLY to a supported device 11 January 2019, 21:29:34 UTC
e99d6b8 fixes for databits, parity and stopbits 11 January 2019, 19:04:57 UTC
02201fe Fix Build Issues Add missing import & TAG 10 January 2019, 19:00:29 UTC
dce98bb Fix Build Issues Add missing import & TAG 10 January 2019, 18:59:18 UTC
e7439e3 Fix build issues Add missing import & TAG 10 January 2019, 18:58:01 UTC
e0af794 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. 09 January 2019, 16:38:56 UTC
b5b9a16 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. 09 January 2019, 16:33:48 UTC
aa4a19c 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. 09 January 2019, 16:25:21 UTC
77ab67d Merge pull request #189 from mws-rmain/master Add missing unregisterReceiver(usbReceiver) call 06 January 2019, 19:46:47 UTC
ff9f314 avoiding 16kb limit in bulktransfers 06 January 2019, 19:44:45 UTC
9a30dfb improved write async tests 05 January 2019, 18:13:15 UTC
a244d1a added tests for Read Buffer 05 January 2019, 16:38:01 UTC
72d736b merged with protocols buffer and testing write buffer with okio 05 January 2019, 16:14:20 UTC
538a0d2 added okio buffer for write thread 04 January 2019, 20:54:35 UTC
d5da840 added unregisterReceiver(usbReceiver) to onDestroy() 04 January 2019, 18:32:41 UTC
5d619c2 added unregisterReceiver(usbReceiver) to onDestroy() 04 January 2019, 18:31:49 UTC
4141c23 added unregisterReceiver(usbReceiver) to onDestroy() 04 January 2019, 18:30:24 UTC
b2222b0 added unit tests for binary mode 31 December 2018, 02:14:16 UTC
d837762 testing test mode 30 December 2018, 02:07:24 UTC
baa2db7 adding protocolbuffer test 28 December 2018, 16:59:48 UTC
4a8e09d added regex 27 December 2018, 20:01:44 UTC
491bf0c adding protocols buffer 26 December 2018, 19:27:05 UTC
04cfbdf release 5.0.1 25 December 2018, 20:59:28 UTC
515b7c2 Merge pull request #184 from twsmith85/inputstream_int_return_fix InputStream integer return fixes. 25 December 2018, 20:20:11 UTC
c87e408 Merge pull request #185 from johngray1965/master Adding support for Silicon Labs CP2102 USB to UART Bridge Controller 25 December 2018, 19:59:05 UTC
a176bd5 Merge pull request #178 from felHR85/bug_40 Bug #40 fixed 25 December 2018, 19:19:14 UTC
3d9861b Merge branch 'master' into bug_40 25 December 2018, 19:14:05 UTC
43ca654 Adding support for Silicon Labs CP2102 USB to UART Bridge Controller 21 December 2018, 18:10:33 UTC
13a6cfc InputStream integer return fixes. Fix one condition where read returns a large negative integer instead of the correct byte value. Fix a second condition where checkFromBuffer returns a negative number and triggers a serial read before the buffer is depleted. For example, if 0xFE is read, 0xFFFFFFFE is returned from the buffer which is out of the byte range. 20 December 2018, 22:27:02 UTC
4d4695c Update README.md 19 November 2018, 00:09:33 UTC
9813f02 release 5.0.0 18 November 2018, 15:25:05 UTC
a2b07dc Merge pull request #177 from felHR85/multiple_ports Multiple serial ports 18 November 2018, 15:12:44 UTC
2e8d472 changed target version 18 November 2018, 13:50:22 UTC
8265c8d unregistering receivers 18 November 2018, 12:06:00 UTC
35fad70 solved issues with multiple ports 17 November 2018, 20:52:58 UTC
5c30d0d solved inputStream issues and getSerialPorts 15 November 2018, 23:19:45 UTC
45071b8 solved issue in SerialInputStream 13 November 2018, 23:08:07 UTC
10f4930 first version example multiple port 11 November 2018, 19:44:09 UTC
a2ae5ab bringing master 11 November 2018, 15:55:46 UTC
8846e3d added disconnectDevice method and finishing example 11 November 2018, 15:46:08 UTC
274cf71 starting example and improved SerialPortBuilder 10 November 2018, 01:39:55 UTC
309dce5 Merge pull request #174 from felHR85/custom_device Added a method for creating specific UsbSerialDevice objects 04 November 2018, 15:33:48 UTC
5e79ed8 added a method for creating specific UsbSerialDevice objects 04 November 2018, 15:16:10 UTC
a47ee76 Merge pull request #173 from felHR85/check_open_port added check open port 03 November 2018, 18:56:02 UTC
5e95168 added check open port 03 November 2018, 18:49:59 UTC
e5e0ecd added port name 03 November 2018, 17:17:31 UTC
e6a7062 added SerialPortBuilder 03 November 2018, 17:01:17 UTC
8b5a23c starting improved multiple ports support 01 November 2018, 20:23:56 UTC
d53c69c Merge pull request #170 from felHR85/cdc_rts_dtr Allowing RTS and DTR turned on/off on CDC 28 October 2018, 23:10:19 UTC
19beda9 allowing RTS and DTR turned on/off on CDC 28 October 2018, 23:01:44 UTC
afc6d07 Merge pull request #159 from rafaellehmkuhl/patch-1 Update README.md 28 October 2018, 18:13:39 UTC
e0811e4 Merge pull request #169 from felHR85/issue118 SerialInputStream and SerialOutputStream improvements (#118) 28 October 2018, 18:09:00 UTC
63e0e8d added testing dependencies 28 October 2018, 18:02:38 UTC
5ac494f added InputStreams and OutputStreams inside UsbSerialDevice 28 October 2018, 17:45:33 UTC
a3e390b SerialInputStream and SerialOutputStream using sync api 28 October 2018, 16:19:48 UTC
8215e18 added examples for InputStream and OutputStream 28 October 2018, 10:28:16 UTC
8fb9922 overridden available method 28 October 2018, 10:12:53 UTC
eb80518 Update README.md ```compile``` is deprecated and should be replaced with ```implementation``` 03 August 2018, 02:32:56 UTC
4b1a6c5 Update README.md 27 March 2018, 00:17:37 UTC
effc472 added paypal 27 March 2018, 00:16:20 UTC
bf18427 travis with build tools 27.0.3 26 March 2018, 23:20:50 UTC
f20ed6f Merge branch 'master' of https://github.com/felHR85/UsbSerial 26 March 2018, 22:54:36 UTC
5bef41a updated gradle 26 March 2018, 22:54:09 UTC
f49eb6f Emphasise on the not word for clearer communication 30 January 2018, 01:43:09 UTC
f51a0af Fix formatting with the readme 30 January 2018, 01:38:16 UTC
7a5b137 Merge pull request #145 from felHR85/updateReadmeWithKnownIssue Add note to readme about known issue 29 January 2018, 21:24:31 UTC
e17a500 Add note to readme about known issue 29 January 2018, 09:51:00 UTC
ee1f49f Merge pull request #101 from jzaruba/feature/initial_baud_rate Feature/initial baud rate 16 January 2018, 02:52:39 UTC
b324aec Prepare for release 4.5.2 15 January 2018, 05:20:04 UTC
ee87ea8 adding travis android sdk fix 14 January 2018, 21:57:05 UTC
ef7787a Merge branch 'master' of https://github.com/felHR85/UsbSerial 14 January 2018, 21:54:31 UTC
2db1792 Merge pull request #141 from eyedol/travisCiSupport Travis ci support 14 January 2018, 15:50:06 UTC
35cb3ea Merge branch 'master' of https://github.com/felHR85/UsbSerial 14 January 2018, 15:31:14 UTC
back to top