Wykres commitów

  • b946a3e696 new setBaudRate method added Felipe Herranz 2016-04-10 16:56:02 +0200
  • c587ef9a6d deleted setBaudRate when opening, redundant Felipe Herranz 2016-04-10 13:21:36 +0200
  • 7ce54326de ch340 new init method Felipe Herranz 2016-04-10 13:04:48 +0200
  • 73c4368456 Added list of UsbSerials projects Felipe Herranz 2016-03-19 21:00:05 +0100
  • cc26716acb Merge pull request #32 from autowp/patch-1 Felipe Herranz 2016-02-28 20:25:02 +0100
  • 94e54eeacb Java syntax highlight Dmitry 2016-02-28 22:14:45 +0300
  • d2ad33bdca Update README.md Felipe Herranz 2016-02-28 20:10:40 +0100
  • 36fd71be00 Merge pull request #31 from felHR85/ftdi_sync 4.1.1 Felipe Herranz 2016-02-28 20:02:23 +0100
  • 6da1eed12e style adapted Felipe Herranz 2016-02-28 19:44:54 +0100
  • c67ba4b08b FTDI sync read timeout Dmitry 2016-02-28 21:05:55 +0300
  • c434492534 Update README.md Felipe Herranz 2016-02-27 19:50:40 +0100
  • aa39fbb17e Update README.md 4.1 Felipe Herranz 2016-02-27 19:40:34 +0100
  • 103defd11c Merge pull request #29 from felHR85/synchronous Felipe Herranz 2016-02-27 19:32:38 +0100
  • ce1dc92f4e Synchronous write now works with FTDI devices Felipe Herranz 2016-02-27 19:07:35 +0100
  • 8ed36b0c73 Filtering modem status in FTDI synchronous reads Felipe Herranz 2016-02-27 13:20:49 +0100
  • c8cda2f6b2 Added safeguards to not synchronously write or read when using asynchronous api and viceversa Felipe Herranz 2016-02-21 17:52:31 +0100
  • c686d79383 CH34x sync operations added Felipe Herranz 2016-02-21 16:14:27 +0100
  • 73994f9043 CDC sync operations added Felipe Herranz 2016-02-21 14:06:13 +0100
  • eb722b0460 PL2303 sync operations added Felipe Herranz 2016-02-21 13:46:44 +0100
  • d80a89ba3f FTDI sync operations added Felipe Herranz 2016-02-21 13:24:16 +0100
  • 39bb876c96 CP2102 sync operations added Felipe Herranz 2016-02-21 13:05:49 +0100
  • 7b7537c9d9 Added abstract methods for synchronous mode Felipe Herranz 2016-02-21 12:34:30 +0100
  • 580c736dbc changed UsbSerial version in compile line Felipe Herranz 2016-02-13 19:30:39 +0100
  • 6464515345 cosmetic change 4.0 Felipe Herranz 2016-02-13 18:32:59 +0100
  • 9d2562d8da DSR and CTS callbacks are executed on the beginning to know the status of the line Felipe Herranz 2016-02-13 18:24:56 +0100
  • 7a8794430e Added Moxa USB-Serial device VID:0x110a PID:0x1150 Felipe Herranz 2016-02-13 17:06:58 +0100
  • 79445e975c Merge pull request #25 from jimcondon/master Felipe Herranz 2016-02-13 17:00:16 +0100
  • 055b5d4e8b cosmetic change Felipe Herranz 2016-02-13 13:46:21 +0100
  • 1333ea8b2c Readme updated Felipe Herranz 2016-02-13 13:44:22 +0100
  • 16af699e11 Merge pull request #26 from felHR85/flowcontrol_signals Felipe Herranz 2016-02-13 13:19:02 +0100
  • 2c0ea553b1 CTS and DSR signals will be read the first time a modem info packet is received Felipe Herranz 2016-02-13 13:04:55 +0100
  • c826e45bdf Added comments for flow control options Felipe Herranz 2016-02-13 10:55:52 +0100
  • a050e14683 added CTS and DSR callbacks Felipe Herranz 2016-02-12 19:17:20 +0100
  • bdf60c2bc5 rtsCts and dtrDsr flags put into some places where they are needed Felipe Herranz 2016-02-12 18:36:32 +0100
  • 68eedd2988 Fixed close in CDCSerialDevice to enable reset on Arduino Leonardo/Micro Jim Condon 2016-02-10 14:29:57 -0500
  • b47e5311a6 RTS and DTR signals can be raised in the FTDI device now Felipe Herranz 2016-01-31 22:02:10 +0100
  • adfcea8bbb flags enabled when flow control selected Felipe Herranz 2016-01-31 19:51:19 +0100
  • d31789c94d CTS and DSR callbacks for FTDI devices added Felipe Herranz 2016-01-31 19:47:28 +0100
  • d671a91518 Interfaces for new signals Felipe Herranz 2016-01-24 16:47:34 +0100
  • f70b68902c Merge pull request #24 from felHR85/flowcontrol Felipe Herranz 2016-01-23 18:44:04 +0100
  • 4b13898c3d dsr and cts state read before starting polling for changes Felipe Herranz 2016-01-23 18:33:14 +0100
  • 6942064c6b RTS/CTS tested Felipe Herranz 2016-01-23 17:39:26 +0100
  • 15d88a1a4c RTS ON when RTS/CTS flow activated Felipe Herranz 2016-01-22 21:27:21 +0100
  • 04cebe98fa Flow control added for CP2102 driver Felipe Herranz 2016-01-16 17:33:47 +0100
  • b5dcf9e136 Added poll method Felipe Herranz 2016-01-16 14:06:53 +0100
  • 7ad3d3795f Added callbacks for CTS and DSR Felipe Herranz 2016-01-16 12:33:35 +0100
  • 173b5bb294 setRTS implemented in every driver Felipe Herranz 2016-01-16 12:00:45 +0100
  • ef8f16eda9 Added interface for flow control Felipe Herranz 2016-01-16 11:48:57 +0100
  • 96f76e1625 Indentation changed Felipe Herranz 2016-01-15 19:57:03 +0100
  • c3b7345560 Merge pull request #23 from felHR85/junaid76-master Felipe Herranz 2016-01-15 19:05:35 +0100
  • bbfd863828 Adapting style, cleaning some stuff and implementing setRTS in every device driver Felipe Herranz 2016-01-15 19:03:37 +0100
  • 9acaf1bd24 Update UsbSerialInterface.java Junaid Khan 2016-01-14 12:06:09 +0000
  • eae5b705e2 Update CP2102SerialDevice.java Junaid Khan 2016-01-14 12:04:10 +0000
  • 23c79aa6d8 Merge pull request #21 from felHR85/StephaneBg-master Felipe Herranz 2016-01-11 22:29:32 +0100
  • f581d1cca0 Deleted redundant .javas Felipe Herranz 2016-01-11 22:25:35 +0100
  • 6a75ee3fd8 Add example as a module. StephaneBg 2016-01-11 12:28:22 +0100
  • 5f5844b375 Merge branch 'master' of https://github.com/felHR85/UsbSerial Felipe Herranz 2016-01-09 17:07:40 +0100
  • 68d72287a3 local.properties now ignored by git Felipe Herranz 2016-01-09 17:07:22 +0100
  • 1b63c7232a Merge pull request #19 from StephaneBg/master Felipe Herranz 2016-01-09 15:38:55 +0100
  • 7a65e39a78 Update library version in readme. StephaneBg 2016-01-09 15:22:07 +0100
  • b8ebe2a021 Merge pull request #18 from StephaneBg/master 3.3 Felipe Herranz 2016-01-09 12:53:05 +0100
  • 87d45aa492 Update readme for gradle integration of the project thanks to Jitpack. StephaneBg 2016-01-08 11:42:54 +0100
  • efaa20c79f Merge pull request #17 from BenLeggieroNCR/patch-1 Felipe Herranz 2016-01-05 16:52:27 +0100
  • bf0bfaa758 Added link to example app, better wording. Ben C. R. Leggiero 2016-01-05 10:47:59 -0500
  • fa7d3fc1b1 Merge pull request #13 from StephaneBg/master Felipe Herranz 2015-12-19 18:16:57 +0100
  • e988f66673 Update project to gradle build system. StephaneBg 2015-12-10 10:05:54 +0100
  • 0501f046b5 Added new vid/pid pair in PL2303 Felipe Herranz 2015-11-29 21:45:03 +0100
  • f417108ffa Added a new CH341 device to the id list Felipe Herranz 2015-11-29 13:44:38 +0100
  • 0d6e7f4b46 Android 4.2 synchronous read now Felipe Herranz 2015-11-19 19:47:59 +0100
  • fddc175a10 To avoid possible thread issues threads some changes and safeguards have been added v3.2 Felipe Herranz 2015-09-25 15:57:58 +0200
  • 812e963742 InputStream based api 3.1 Felipe Herranz 2015-09-02 12:08:15 +0200
  • b0f6388832 open() now returns with all threads ALWAYS alive Felipe Herranz 2015-09-02 12:03:32 +0200
  • 133b64012d Adapting styles (2) Felipe Herranz 2015-08-28 11:33:17 +0200
  • b7adb5a645 Adapting styles (1) Felipe Herranz 2015-08-28 11:32:39 +0200
  • 06117bcdc7 Merge pull request #8 from ge0rg/master Felipe Herranz 2015-08-28 11:28:47 +0200
  • 16b8767376 Implement InputStream and OutputStream wrappers for socket oriented apps Georg Lukas 2015-08-27 22:11:59 +0200
  • 0ee27fba07 Added the last supported chipset family Felipe Herranz 2015-08-27 17:28:32 +0200
  • 14260f083b Update CH34xSerialDevice.java Felipe Herranz 2015-07-17 17:09:57 +0200
  • 3f1857008f Problem solved in CH34x devices when trying to write 3.0 2.4 Felipe Herranz 2015-05-18 18:28:10 +0200
  • 922571afd1 CH34x driver working 2.3 Felipe Herranz 2015-05-09 17:37:18 +0200
  • 83994a0095 CH34x drive first version Felipe Herranz 2015-04-09 21:21:38 +0200
  • 845fc3ca2f Trying to add CH34x chipsets present in the cheap arduino clones Felipe Herranz 2015-04-09 19:34:47 +0200
  • 7e12b71078 Changed CDC driver to avoid problems which arises when a device is reconnected without unplugging Felipe Herranz 2015-04-03 02:32:54 +0200
  • 05414e6769 For some reason index must be 0 in cdc control transfer Felipe Herranz 2015-03-28 13:18:00 +0100
  • 0d5c9eb80d Merge pull request #5 from LeviticusMB/iface-constructor 2.2 Felipe Herranz 2015-02-19 13:49:45 +0100
  • bc790a3b65 Added support for multi-interface devices. Martin Blom 2015-02-18 08:48:38 +0100
  • 8559275218 Merge pull request #4 from LeviticusMB/no-generated-in-vcs Felipe Herranz 2015-02-16 13:55:15 +0100
  • 7a21c00c31 Merge remote-tracking branch 'upstream/master' into no-generated-in-vcs Martin Blom 2015-02-16 13:27:37 +0100
  • 851986dfb6 set control line state eliminated from close function, it appears it is not working correctly Felipe Herranz 2015-02-08 17:30:10 +0100
  • 1e80b4803f CDC bug fixed v2.1 Felipe Herranz 2015-02-02 11:29:32 +0100
  • 7fb61f861c BaudRate appears to be wrong, further test must be done Felipe Herranz 2015-01-31 21:59:19 +0100
  • 481d8fd9a1 Added support for a new device Felipe Herranz 2015-01-15 23:23:28 +0100
  • 590ab3df93 bin and gen should not be under version control. Martin Blom 2014-11-25 13:34:46 +0100
  • 01e983170e Readme updated Felipe Herranz 2014-11-11 18:38:01 +0100
  • 1a9db937b5 safeguards added in some devices 2.0 Felipe Herranz 2014-11-11 13:29:11 +0100
  • abae5cab2f Factory method modified, only returns a CDC device if at least one CDC interface is present Felipe Herranz 2014-11-11 11:54:44 +0100
  • c1fb099ee6 CDC generic device driver added Felipe Herranz 2014-11-10 18:13:28 +0100
  • b781d3ac30 Minor changes 1.2 Felipe Herranz 2014-10-03 12:01:25 +0200
  • 7d5645b5ea Debug messages for read buffer Felipe Herranz 2014-10-03 11:55:24 +0200
  • 974ec50f99 Added HexUtils to represent raw data from buffers Felipe Herranz 2014-10-02 13:28:34 +0200