Felipe Herranz
|
bbfd863828
|
Adapting style, cleaning some stuff and implementing setRTS in every device driver
|
2016-01-15 19:03:37 +01:00 |
Junaid Khan
|
9acaf1bd24
|
Update UsbSerialInterface.java
|
2016-01-14 12:06:09 +00:00 |
Junaid Khan
|
eae5b705e2
|
Update CP2102SerialDevice.java
Added method that allows RTS line to be turned on and off. Modified dataRTSCTS byte array to allow the RTS line to be toggled.
|
2016-01-14 12:04:10 +00:00 |
Felipe Herranz
|
23c79aa6d8
|
Merge pull request #21 from felHR85/StephaneBg-master
Stephane bg master
|
2016-01-11 22:29:32 +01:00 |
Felipe Herranz
|
f581d1cca0
|
Deleted redundant .javas
|
2016-01-11 22:25:35 +01:00 |
StephaneBg
|
6a75ee3fd8
|
Add example as a module.
|
2016-01-11 12:28:22 +01:00 |
Felipe Herranz
|
5f5844b375
|
Merge branch 'master' of https://github.com/felHR85/UsbSerial
|
2016-01-09 17:07:40 +01:00 |
Felipe Herranz
|
68d72287a3
|
local.properties now ignored by git
|
2016-01-09 17:07:22 +01:00 |
Felipe Herranz
|
1b63c7232a
|
Merge pull request #19 from StephaneBg/master
Update library version in readme.
|
2016-01-09 15:38:55 +01:00 |
StephaneBg
|
7a65e39a78
|
Update library version in readme.
|
2016-01-09 15:22:07 +01:00 |
Felipe Herranz
|
b8ebe2a021
|
Merge pull request #18 from StephaneBg/master
Update readme.
|
2016-01-09 12:53:05 +01:00 |
StephaneBg
|
87d45aa492
|
Update readme for gradle integration of the project thanks to Jitpack.
|
2016-01-08 11:42:54 +01:00 |
Felipe Herranz
|
efaa20c79f
|
Merge pull request #17 from BenLeggieroNCR/patch-1
Added link to example app, better wording.
|
2016-01-05 16:52:27 +01:00 |
Ben C. R. Leggiero
|
bf0bfaa758
|
Added link to example app, better wording.
|
2016-01-05 10:47:59 -05:00 |
Felipe Herranz
|
fa7d3fc1b1
|
Merge pull request #13 from StephaneBg/master
Update project to gradle build system.
|
2015-12-19 18:16:57 +01:00 |
StephaneBg
|
e988f66673
|
Update project to gradle build system.
|
2015-12-10 10:05:54 +01:00 |
Felipe Herranz
|
0501f046b5
|
Added new vid/pid pair in PL2303
|
2015-11-29 21:45:03 +01:00 |
Felipe Herranz
|
f417108ffa
|
Added a new CH341 device to the id list
|
2015-11-29 13:44:38 +01:00 |
Felipe Herranz
|
0d6e7f4b46
|
Android 4.2 synchronous read now
|
2015-11-19 19:47:59 +01:00 |
Felipe Herranz
|
fddc175a10
|
To avoid possible thread issues threads some changes and safeguards have been added
|
2015-09-25 15:57:58 +02:00 |
Felipe Herranz
|
812e963742
|
InputStream based api
|
2015-09-02 12:08:15 +02:00 |
Felipe Herranz
|
b0f6388832
|
open() now returns with all threads ALWAYS alive
|
2015-09-02 12:03:32 +02:00 |
Felipe Herranz
|
133b64012d
|
Adapting styles (2)
|
2015-08-28 11:33:17 +02:00 |
Felipe Herranz
|
b7adb5a645
|
Adapting styles (1)
|
2015-08-28 11:32:39 +02:00 |
Felipe Herranz
|
06117bcdc7
|
Merge pull request #8 from ge0rg/master
Implement InputStream and OutputStream wrappers for socket oriented apps.
|
2015-08-28 11:28:47 +02:00 |
Georg Lukas
|
16b8767376
|
Implement InputStream and OutputStream wrappers for socket oriented apps
|
2015-08-27 22:11:59 +02:00 |
Felipe Herranz
|
0ee27fba07
|
Added the last supported chipset family
|
2015-08-27 17:28:32 +02:00 |
Felipe Herranz
|
14260f083b
|
Update CH34xSerialDevice.java
typo fixed in comment
|
2015-07-17 17:09:57 +02:00 |
Felipe Herranz
|
3f1857008f
|
Problem solved in CH34x devices when trying to write
|
2015-05-18 18:28:10 +02:00 |
Felipe Herranz
|
922571afd1
|
CH34x driver working
|
2015-05-09 17:37:18 +02:00 |
Felipe Herranz
|
83994a0095
|
CH34x drive first version
|
2015-04-09 21:21:38 +02:00 |
Felipe Herranz
|
845fc3ca2f
|
Trying to add CH34x chipsets present in the cheap arduino clones
|
2015-04-09 19:34:47 +02:00 |
Felipe Herranz
|
7e12b71078
|
Changed CDC driver to avoid problems which arises when a device is reconnected without unplugging
|
2015-04-03 02:32:54 +02:00 |
Felipe Herranz
|
05414e6769
|
For some reason index must be 0 in cdc control transfer
|
2015-03-28 13:18:00 +01:00 |
Felipe Herranz
|
0d5c9eb80d
|
Merge pull request #5 from LeviticusMB/iface-constructor
Added support for multi-interface devices.
|
2015-02-19 13:49:45 +01:00 |
Martin Blom
|
bc790a3b65
|
Added support for multi-interface devices.
|
2015-02-18 08:48:38 +01:00 |
Felipe Herranz
|
8559275218
|
Merge pull request #4 from LeviticusMB/no-generated-in-vcs
bin and gen should not be under version control.
|
2015-02-16 13:55:15 +01:00 |
Martin Blom
|
7a21c00c31
|
Merge remote-tracking branch 'upstream/master' into no-generated-in-vcs
Conflicts:
bin/classes/com/felhr/usbserial/CDCSerialDevice.class
bin/classes/com/felhr/usbserial/UsbSerialDevice$ReadThread.class
bin/classes/com/felhr/usbserial/UsbSerialDevice$WorkerThread.class
bin/classes/com/felhr/usbserial/UsbSerialDevice$WriteThread.class
bin/classes/com/felhr/usbserial/UsbSerialDevice.class
bin/usbserial.jar
|
2015-02-16 13:27:37 +01:00 |
Felipe Herranz
|
851986dfb6
|
set control line state eliminated from close function, it appears it is not working correctly
|
2015-02-08 17:30:10 +01:00 |
Felipe Herranz
|
1e80b4803f
|
CDC bug fixed
|
2015-02-02 11:29:32 +01:00 |
Felipe Herranz
|
7fb61f861c
|
BaudRate appears to be wrong, further test must be done
|
2015-01-31 21:59:19 +01:00 |
Felipe Herranz
|
481d8fd9a1
|
Added support for a new device
|
2015-01-15 23:23:28 +01:00 |
Martin Blom
|
590ab3df93
|
bin and gen should not be under version control.
|
2014-11-25 13:35:53 +01:00 |
Felipe Herranz
|
01e983170e
|
Readme updated
|
2014-11-11 18:38:01 +01:00 |
Felipe Herranz
|
1a9db937b5
|
safeguards added in some devices
|
2014-11-11 13:29:11 +01:00 |
Felipe Herranz
|
abae5cab2f
|
Factory method modified, only returns a CDC device if at least one CDC interface is present
|
2014-11-11 11:54:44 +01:00 |
Felipe Herranz
|
c1fb099ee6
|
CDC generic device driver added
|
2014-11-10 18:13:28 +01:00 |
Felipe Herranz
|
b781d3ac30
|
Minor changes
|
2014-10-03 12:01:25 +02:00 |
Felipe Herranz
|
7d5645b5ea
|
Debug messages for read buffer
|
2014-10-03 11:55:24 +02:00 |
Felipe Herranz
|
974ec50f99
|
Added HexUtils to represent raw data from buffers
|
2014-10-02 13:28:34 +02:00 |