1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 07:56:20 +00:00

Commit Graph

  • 73ef6c5b53
    renamed Troubleshooting wiki page to FAQ kai-morich 2021-04-26 08:04:00 +02:00
  • 5f94a47b63 read w/o timeout now only throws exception on connection lost v3.3.3 kai-morich 2021-04-18 19:53:44 +02:00
  • 128d1a00b1 new SerialInputOutputManager.start() method kai-morich 2021-04-16 17:33:41 +02:00
  • 848d4e7713 SerialInputOutputManager: use optimal read buffer size to reduce latency for FTDI and CH34x v3.3.2 kai-morich 2021-04-04 20:48:46 +02:00
  • c917ac5c83 fixed example app crash kai-morich 2021-04-02 20:36:12 +02:00
  • f1d73c04dc fixed some warnings kai-morich 2021-04-02 19:40:54 +02:00
  • b6e9dbe40f generate unit test coverage xml for codecov upload kai-morich 2021-03-26 20:25:59 +01:00
  • f4166f34a0 read w/o timeout now throws exception on connection lost or buffer to small kai-morich 2021-03-22 08:57:16 +01:00
  • 2d4d2f78a5
    Merge pull request #351 from lambdapioneer/master kai-morich 2021-03-18 08:11:26 +01:00
  • b8c3057967 Use monotonic clock for timeouts Daniel Hugenroth 2021-03-16 22:39:00 +00:00
  • c06ccf70bc really set thread priority in SerialInputOutputManager (#349) v3.3.1 kai-morich 2021-02-23 07:47:35 +01:00
  • cbed086279 fix write timeout calculation kai-morich 2021-02-14 14:16:25 +01:00
  • 4ffcc8d0fb simplify write timeout handling kai-morich 2021-02-08 22:28:46 +01:00
  • f60414f8ec improve write timeout handling kai-morich 2021-01-31 20:01:12 +01:00
  • 85d0348844 improve error quality + test for PR #339 kai-morich 2021-01-31 19:56:43 +01:00
  • fc610a9764 IntDef Parity for better warnings kai-morich 2021-01-16 22:17:34 +01:00
  • 5519182256
    Merge pull request #339 from ybs-github/master kai-morich 2021-01-10 10:04:27 +01:00
  • a807ea91f0
    Merge pull request #333 from IljaK/patch-1 kai-morich 2020-12-16 20:01:48 +01:00
  • 911cf96ba0
    Debug mode disable Ilja 2020-12-16 14:24:43 +02:00
  • ebc8d791fc catch exception thrown by close() Yehezkiel Syamsuhadi 2020-12-14 10:23:29 +11:00
  • 6b7d358f1f
    move codacy project kai-morich 2020-12-12 11:40:16 +01:00
  • 2d3f5e73ab
    Merge pull request #330 from Sharabaddin/master kai-morich 2020-12-10 20:45:35 +01:00
  • 6ff679d989
    ez for start Sharabaddin 2020-12-10 14:03:45 +02:00
  • 69330e9168
    link feature matrix v3.3.0 kai-morich 2020-10-17 12:31:10 +02:00
  • 115fb407b4 coverage fix, gradle update kai-morich 2020-10-14 19:25:25 +02:00
  • 768f716600 new setBreak() method kai-morich 2020-10-14 19:23:55 +02:00
  • 1e75f91467 slightly more coverage, local coverage report, dependency update kai-morich 2020-10-12 21:14:06 +02:00
  • 08a93ec530 PL2303 fix initial input control line values kai-morich 2020-10-07 21:30:11 +02:00
  • 732e138630 PL2303(HX) support non-standard baud rates v3.2.0 kai-morich 2020-09-27 17:34:29 +02:00
  • 1adf2a9b98 PL2303 throw error on unsupported baud rates kai-morich 2020-09-26 09:36:04 +02:00
  • d63a24762d mention other CP210x devices, remove CP2110 which is a HID device kai-morich 2020-09-22 07:32:03 +02:00
  • 26999e3626 read with timeout now throws error on connection lost, e.g. device disconnected v3.1.0 kai-morich 2020-09-06 19:58:18 +02:00
  • c53c3ed0ae check read buffer size kai-morich 2020-09-06 09:11:35 +02:00
  • 6f4cd0313c FTDI read() now waits until timeout kai-morich 2020-09-05 12:00:37 +02:00
  • 80e8eb8a60 iomanager with configurable threadpriority and higher default to prevent data loss kai-morich 2020-08-31 22:31:20 +02:00
  • f443d1f012 iomanager with configurable buffer size kai-morich 2020-08-24 17:37:26 +02:00
  • 4f2d6c73a4
    list all supported FTDI devices v3.0.1 kai-morich 2020-08-24 17:32:03 +02:00
  • 698f590d58 restored UsbId.FTDI_FT231X kai-morich 2020-08-23 20:13:24 +02:00
  • f36756dc86
    Update CHANGELOG.txt kai-morich 2020-08-20 07:49:50 +02:00
  • 73d669c4dc remove FT231X also from device_filter.xml kai-morich 2020-08-01 12:24:54 +02:00
  • 57d10a08dd
    Merge pull request #297 from mik3y/v3 v3.0.0 kai-morich 2020-08-01 10:21:54 +02:00
  • a664082f23 throw UnsupportedOperationException instead of returning false kai-morich 2020-07-31 21:02:59 +02:00
  • 954295456c rebase new FTDI baudrate test kai-morich 2020-07-30 17:50:39 +02:00
  • 2d13b90f59 move from LGPL to MIT license (#244) kai-morich 2020-07-27 17:35:14 +02:00
  • e496195bd9 rewrite ftdi driver without LGPL code from libftdi kai-morich 2020-07-14 21:14:28 +02:00
  • e0ed25b85f CH341A readme update kai-morich 2020-07-27 17:38:16 +02:00
  • 963729924b mention close of UsbDeviceConnection in javadoc comment kai-morich 2020-07-21 08:20:22 +02:00
  • ce73857825 slightly more tests kai-morich 2020-07-19 16:03:03 +02:00
  • a2f0097092 improve control line example kai-morich 2020-07-19 18:31:13 +02:00
  • 8eaf3f5c5f tests UsbDeviceConnection close behavior kai-morich 2020-07-18 19:30:43 +02:00
  • a1e58b9843 implement CP21xx input control lines v2.3.0 kai-morich 2020-06-30 20:13:17 +02:00
  • 7423fd9d79 new getControlLines() and getSupportedControLines() methods kai-morich 2020-06-28 20:10:45 +02:00
  • 13df128226 implement CH34x input control lines kai-morich 2020-06-27 11:53:12 +02:00
  • 06d1041738 added CH341A support kai-morich 2020-06-19 18:20:05 +02:00
  • aee7fc1b9d ST CDC See https://www.the-sz.com/products/usbid/index.php?v=0483&p=&n= rusefi 2020-06-24 20:38:52 -04:00
  • 3e7fd9a748 add vectorDrawables.useSupportLibrary=true to sample app kai-morich 2020-06-11 13:15:00 +02:00
  • 735fa3d70f make all SerialPort classes public v2.2.3 kai-morich 2020-06-08 21:57:16 +02:00
  • 33149b66fd
    Merge pull request #281 from bensadiku/master kai-morich 2020-05-19 21:10:08 +02:00
  • 37324c6b0f Expose isOpen on CommonUsbSerialPort Behxhet Sadiku 2020-05-19 20:50:42 +02:00
  • ca78840144 example app with event-based or direct read kai-morich 2020-04-08 22:10:33 +02:00
  • 2354f93354 modernize example app kai-morich 2020-03-23 20:11:39 +01:00
  • cffe54e15c test control lines kai-morich 2020-03-20 20:11:47 +01:00
  • 5096d6940c relax CH340 initialization Kai Morich 2019-02-23 16:10:11 +01:00
  • 2cad1fd5a2 fix CP2102N initialization v2.2.2 kai-morich 2020-03-01 13:49:51 +01:00
  • 17c3d40605 align device_filter.xml with devices recognized by DefaultProber kai-morich 2020-02-29 19:13:05 +01:00
  • 2a77ebf8b9 fix ch340 initialization v2.2.1 kai-morich 2020-02-03 20:36:56 +01:00
  • bbed92eafb support multi-port CDC devices v2.2.0 kai-morich 2020-01-08 17:11:08 +01:00
  • ce97a3408b reuse UsbRequest kai-morich 2019-12-09 22:42:51 +01:00
  • 7b578918b0 support FTDI control lines for multi-port devices kai-morich 2019-11-23 11:01:59 +01:00
  • 6b32e25e9c Fixed modem status uholeschak 2015-09-19 11:05:42 +02:00
  • 21e96594d2 Added missing functions: - latency timer - modem lines uholeschak 2015-09-19 09:45:55 +02:00
  • a954db1b94 readme with sync + async read kai-morich 2019-11-16 00:09:41 +01:00
  • 6d3ed12ca8
    Create build.yml kai-morich 2019-11-15 23:57:39 +01:00
  • e2e9df8463 reimplement read timeout v2.1.0 kai-morich 2019-11-15 21:45:22 +01:00
  • 669ab48e0f resolve merge issue kai-morich 2019-11-15 07:51:03 +01:00
  • 8c559ef892
    Merge pull request #240 from tva-TIS/master kai-morich 2019-11-14 19:40:45 +01:00
  • 89ad5be9c3 Improved DTR and RTS support. DTR and RTS can now be queried after transmission. Added usage of existing methods and new constants. Tim Vahlbrock 2019-11-14 14:44:39 +01:00
  • 92b16a8c24 Merge branch 'master' of https://github.com/mik3y/usb-serial-for-android Tim Vahlbrock 2019-11-14 14:15:39 +01:00
  • fd2055791a added proguard rules kai-morich 2019-11-13 07:47:04 +01:00
  • 24187b3af6 refactor duplicated code in close method kai-morich 2019-11-09 22:48:00 +01:00
  • 5767298636 refactor duplicated read/write methods kai-morich 2019-11-09 20:18:47 +01:00
  • e1b62cf675 write + purge tests, remove unused read buffer code kai-morich 2019-11-03 13:59:50 +01:00
  • 5c6748e1b8 improve setParameter() error handling kai-morich 2019-11-02 13:08:03 +01:00
  • 18b5b6e648 unify open() error handling, more tests, minor cleanup kai-morich 2019-11-02 13:03:11 +01:00
  • 6869eff88a revert previous usbRequest.cancel() removal kai-morich 2019-11-02 11:24:58 +01:00
  • 7eaea45068 Added DTR and RTS support for cp21xx driver Tim Vahlbrock 2019-10-28 13:20:34 +01:00
  • e20b3cc913
    Merge pull request #1 from mik3y/master TVa[TIS] 2019-10-28 13:16:12 +01:00
  • 9ea936b14a improve close handling kai-morich 2019-10-27 21:32:38 +01:00
  • b3631dff58 README with SerialInputOutputManager for read() and port for write() Kai Morich 2019-10-26 21:32:28 +02:00
  • 800381e370 CdcAcm driver: cancel read() on close() Kai Morich 2019-10-26 20:37:06 +02:00
  • fac8c9f340 test nonstandard baud rates Kai Morich 2019-10-26 15:40:40 +02:00
  • f7399c2aad more coverage tests Kai Morich 2019-10-24 22:25:36 +02:00
  • 37059b1a27 reduce non covered code Kai Morich 2019-10-21 21:04:58 +02:00
  • ac1fe40793 manage USB permission intent Kai Morich 2019-10-21 20:56:13 +02:00
  • 6a50595274
    Merge pull request #231 from mik3y/coverage kai-morich 2019-10-20 22:52:58 +02:00
  • 54a3db115f show code coverage Kai Morich 2019-10-20 22:12:56 +02:00
  • 9755a4cb87 release preparations v2.0.0 Kai Morich 2019-10-12 11:37:35 +02:00
  • 2bee5b930b build with jitpack Kai Morich 2019-10-06 10:31:34 +02:00
  • 508c39e66a README cleanup Kai Morich 2019-10-06 10:19:04 +02:00
  • 6e58180f91
    Merge pull request #230 from kai-morich/async kai-morich 2019-10-05 14:12:27 +02:00