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 |
Felipe Herranz
|
6bff4c868c
|
Little fix
|
2014-09-26 20:38:50 +02:00 |
Felipe Herranz
|
c80ff88599
|
Added a bound checking when data is loaded to write buffer
|
2014-09-26 19:23:29 +02:00 |
Felipe Herranz
|
4360c17477
|
Added a class to get debug messages
|
2014-09-26 17:18:28 +02:00 |
Felipe Herranz
|
c23e780dab
|
Issue #1 solved
|
2014-06-24 22:56:40 +02:00 |
Felipe Herranz
|
327e0446ef
|
Added a new thread to handle synchronous bulk transfers if android version is less 4.2. Not tested yet
|
2014-06-24 21:12:58 +02:00 |
Felipe Herranz
|
16ae23444f
|
PL2303 drivers finaly working and adding some code in set configurations functions to save against a known bug of some chipsets of this kind
|
2014-06-09 23:34:50 +02:00 |
Felipe Herranz
|
ae6a329f31
|
Update README.md
Added Factory method reference in docs
|
2014-06-07 14:06:02 +02:00 |
Felipe Herranz
|
12751ee894
|
Pl2303 driver implemented, not tested yet
|
2014-06-07 14:01:11 +02:00 |
Felipe Herranz
|
c5796ac1bc
|
Open and set functions except flow control are completed
|
2014-06-07 13:20:51 +02:00 |
Felipe Herranz
|
f3fc7cc89f
|
Working on BaudRate
|
2014-06-06 23:53:26 +02:00 |
Felipe Herranz
|
2c3c5a42e2
|
PL2303 driver incoming
|
2014-06-06 20:09:13 +02:00 |
Felipe Herranz
|
e74f659894
|
minor fix
|
2014-05-29 13:34:51 +02:00 |
Felipe Herranz
|
1dbe983cc7
|
minor fix in ftdi data stream
|
2014-05-29 13:03:42 +02:00 |
Felipe Herranz
|
5bf592bd82
|
FTDI setBaudRate method is more robust now
|
2014-05-29 11:32:11 +02:00 |
Felipe Herranz
|
e9b41bb5b2
|
Factory method to instantiate usb serial devices
|
2014-05-29 00:02:24 +02:00 |
Felipe Herranz
|
95879a9a0e
|
FTDI ids added
|
2014-05-28 22:57:26 +02:00 |
Felipe Herranz
|
00ef8d07a1
|
FTDI ids of devices using FTDI-VID
|
2014-05-28 17:39:17 +02:00 |
Felipe Herranz
|
30c18d6957
|
Update README.md
New family device supported
|
2014-05-28 13:30:34 +02:00 |
Felipe Herranz
|
8932506fe5
|
FTDI driver tested
|
2014-05-28 13:15:19 +02:00 |
Felipe Herranz
|
a53e7157a7
|
Still not tested but moved
|
2014-05-28 00:17:45 +02:00 |
Felipe Herranz
|
51f647e2be
|
adaptArray function need testing
|
2014-05-28 00:02:35 +02:00 |
Felipe Herranz
|
587e015906
|
FTDI needs special treatment of data. In progress...
|
2014-05-27 21:31:53 +02:00 |
Felipe Herranz
|
580a9d9022
|
FTDI serial device driver
|
2014-05-27 12:51:18 +02:00 |
Felipe Herranz
|
ca47027b52
|
open, close and setBaudRate functions completed
|
2014-05-17 17:55:18 +02:00 |
Felipe Herranz
|
ecd2f64ec0
|
FTDI driver is coming
|
2014-05-17 14:05:38 +02:00 |
Felipe Herranz
|
55e46e26ec
|
isDeviceSupported function completed
|
2014-05-07 11:08:00 +02:00 |
Felipe Herranz
|
2c1b21f23a
|
List of subdevices of CP210x
|
2014-05-07 00:06:35 +02:00 |
Felipe Herranz
|
744ada2e66
|
open and read functions must not be overriden in bottom classes of UsbSerialDevice hierarchy
|
2014-05-05 12:50:45 +02:00 |
Felipe Herranz
|
9dbcf78e89
|
Update README.md
Write operation is now non-blocking from user perspective
|
2014-04-22 18:19:13 +02:00 |
Felipe Herranz
|
384d16daed
|
Minor fix
|
2014-04-22 18:07:02 +02:00 |
Felipe Herranz
|
1b4c2dac77
|
Asynchronous write operation (tests needed)
|
2014-04-22 14:23:34 +02:00 |
Felipe Herranz
|
5ae3c05250
|
On the way to async write operations
|
2014-04-22 12:07:11 +02:00 |
Felipe Herranz
|
ba9f3a5d61
|
Update README.md
|
2014-04-16 01:58:25 +02:00 |
Felipe Herranz
|
5927209fda
|
Update README.md
|
2014-04-16 00:09:10 +02:00 |
Felipe Herranz
|
37e812983b
|
update Readme again
|
2014-04-15 23:26:14 +02:00 |