https://github.com/felHR85/UsbSerial

sort by:
Revision Author Date Message Commit Date
9344450 testing things 01 July 2019, 22:16:10 UTC
e4da56a reading descriptors ok 11 May 2019, 15:58:18 UTC
3465c50 changelog updated 01 May 2019, 19:21:06 UTC
1823f2b release 6.0.6 01 May 2019, 18:59:58 UTC
1e672fc Merge pull request #243 from felHR85/ftdi_custom_baudrates Ftdi custom baudrates 01 May 2019, 17:47:00 UTC
bef34df Merge pull request #240 from xtoolbox/feature_set_break Add a setBreak interface to support the set break feature 01 May 2019, 17:25:26 UTC
33fed5e add a setBreak interface to set the break feature, now tested on FTDI chip. 26 April 2019, 02:03:48 UTC
b6aef50 Readme updated with debugging info 07 April 2019, 20:03:33 UTC
217d651 correction in changelog 06 April 2019, 10:51:46 UTC
f07bb50 updated changelog 05 April 2019, 23:15:07 UTC
ca5379f release 6.0.5 05 April 2019, 23:04:00 UTC
5eddda9 Merge pull request #228 from t2t-sonbui/fix-write-thread Fix Write Thread does not stop when close port 05 April 2019, 22:39:47 UTC
41ced7c Merge pull request #229 from felHR85/cdc_fix CDC Default Setup to CDC_CONTROL_LINE_ON 05 April 2019, 22:03:02 UTC
2afa82d Merge pull request #225 from phuongnam0907/patch-1 Update CP210xIds.java 05 April 2019, 22:02:37 UTC
8a0d9c8 setBaudRated refactored 05 April 2019, 21:40:08 UTC
9c51f4c cdc fix 01 April 2019, 21:35:57 UTC
4108a69 first version with custom baudrates 31 March 2019, 20:10:21 UTC
ac88abc added encoded baudrates in ftdi driver 31 March 2019, 19:57:15 UTC
001e745 Fix Write Thread does not stop when close pory 29 March 2019, 07:02:11 UTC
5ec3079 Update CP210xIds.java 28 March 2019, 03:16:39 UTC
3e889f6 changelog 09 March 2019, 20:55:15 UTC
9458b7f release 6.0.4 09 March 2019, 20:46:15 UTC
dcc5063 release script modified 09 March 2019, 20:27:34 UTC
566c20f changes 09 March 2019, 20:15:31 UTC
aad56b7 added colors in integration.py 09 March 2019, 20:13:42 UTC
da87575 Merge pull request #218 from Arneball/jellybeanapi Reduce garbage by reading usb data right into the buffer on api >= jellybean 09 March 2019, 19:55:26 UTC
1d7d0d9 Deleted unused import 09 March 2019, 01:05:12 UTC
324ec77 Merge pull request #216 from Arneball/proguard Added proguard rules to the AAR-package 09 March 2019, 00:54:22 UTC
1e4bd13 Merge pull request #219 from felHR85/release Release script 09 March 2019, 00:52:32 UTC
2487b60 version of release script 09 March 2019, 00:44:41 UTC
b5f7699 Runka 04 March 2019, 13:26:35 UTC
d369c0d added send_packet script 03 March 2019, 21:04:15 UTC
b5dd43e started release script 03 March 2019, 21:01:28 UTC
47f6063 Merge pull request #217 from felHR85/integration_tests Integration tests 03 March 2019, 17:16:56 UTC
bd350b6 release of integration tests 03 March 2019, 17:01:46 UTC
1215987 added integration script 02 March 2019, 20:45:03 UTC
203a65e first version of integration app 02 March 2019, 17:42:24 UTC
b98ea32 Added proguard rules to the AAR-package 26 February 2019, 10:04:13 UTC
f30817c started integration test app 24 February 2019, 18:29:01 UTC
ed8cf62 fix 23 February 2019, 22:49:26 UTC
d9b790f added firtst test 23 February 2019, 22:45:56 UTC
7ae5df9 updating gitignore for python 23 February 2019, 21:29:05 UTC
901590b correction in CHANGELOG 23 February 2019, 18:16:34 UTC
1e6b5d3 release 6.0.3 23 February 2019, 18:14:53 UTC
050ffb8 RELEASING.md updated 23 February 2019, 18:07:20 UTC
234c83d Merge pull request #212 from Arneball/reuseempty Reuse same instance of byte array when the destination array is empty 23 February 2019, 18:00:16 UTC
62502d5 Merge pull request #210 from Arneball/allocation Removed unneccesary classes and made a memory and cpu optimization 23 February 2019, 12:46:47 UTC
af18d10 Removed unused import 23 February 2019, 12:21:38 UTC
b0f2fd2 Removed "always-null" parameter 20 February 2019, 09:04:23 UTC
aeb1227 Reuse same instance of byte array when the destination array is empty Also using System.arrayCopy in loop instead of manual copying 19 February 2019, 13:16:44 UTC
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
back to top