https://github.com/felHR85/UsbSerial

sort by:
Revision Author Date Message Commit Date
b8ebe2a Merge pull request #18 from StephaneBg/master Update readme. 09 January 2016, 11:53:05 UTC
87d45aa Update readme for gradle integration of the project thanks to Jitpack. 08 January 2016, 10:42:54 UTC
efaa20c Merge pull request #17 from BenLeggieroNCR/patch-1 Added link to example app, better wording. 05 January 2016, 15:52:27 UTC
bf0bfaa Added link to example app, better wording. 05 January 2016, 15:47:59 UTC
fa7d3fc Merge pull request #13 from StephaneBg/master Update project to gradle build system. 19 December 2015, 17:16:57 UTC
e988f66 Update project to gradle build system. 10 December 2015, 09:05:54 UTC
0501f04 Added new vid/pid pair in PL2303 29 November 2015, 20:45:03 UTC
f417108 Added a new CH341 device to the id list 29 November 2015, 12:44:38 UTC
0d6e7f4 Android 4.2 synchronous read now 19 November 2015, 18:47:59 UTC
fddc175 To avoid possible thread issues threads some changes and safeguards have been added 25 September 2015, 13:57:58 UTC
812e963 InputStream based api 02 September 2015, 10:08:15 UTC
b0f6388 open() now returns with all threads ALWAYS alive 02 September 2015, 10:03:32 UTC
133b640 Adapting styles (2) 28 August 2015, 09:33:17 UTC
b7adb5a Adapting styles (1) 28 August 2015, 09:32:39 UTC
06117bc Merge pull request #8 from ge0rg/master Implement InputStream and OutputStream wrappers for socket oriented apps. 28 August 2015, 09:28:47 UTC
16b8767 Implement InputStream and OutputStream wrappers for socket oriented apps 27 August 2015, 20:11:59 UTC
0ee27fb Added the last supported chipset family 27 August 2015, 15:28:32 UTC
14260f0 Update CH34xSerialDevice.java typo fixed in comment 17 July 2015, 15:09:57 UTC
3f18570 Problem solved in CH34x devices when trying to write 18 May 2015, 16:28:10 UTC
922571a CH34x driver working 09 May 2015, 15:37:18 UTC
83994a0 CH34x drive first version 09 April 2015, 19:21:38 UTC
845fc3c Trying to add CH34x chipsets present in the cheap arduino clones 09 April 2015, 17:34:47 UTC
7e12b71 Changed CDC driver to avoid problems which arises when a device is reconnected without unplugging 03 April 2015, 00:32:54 UTC
05414e6 For some reason index must be 0 in cdc control transfer 28 March 2015, 12:18:00 UTC
0d5c9eb Merge pull request #5 from LeviticusMB/iface-constructor Added support for multi-interface devices. 19 February 2015, 12:49:45 UTC
bc790a3 Added support for multi-interface devices. 18 February 2015, 07:48:38 UTC
8559275 Merge pull request #4 from LeviticusMB/no-generated-in-vcs bin and gen should not be under version control. 16 February 2015, 12:55:15 UTC
7a21c00 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 16 February 2015, 12:27:37 UTC
851986d set control line state eliminated from close function, it appears it is not working correctly 08 February 2015, 16:30:10 UTC
1e80b48 CDC bug fixed 02 February 2015, 10:29:32 UTC
7fb61f8 BaudRate appears to be wrong, further test must be done 31 January 2015, 20:59:19 UTC
481d8fd Added support for a new device 15 January 2015, 22:23:28 UTC
590ab3d bin and gen should not be under version control. 25 November 2014, 12:35:53 UTC
01e9831 Readme updated 11 November 2014, 17:38:01 UTC
1a9db93 safeguards added in some devices 11 November 2014, 12:29:11 UTC
abae5ca Factory method modified, only returns a CDC device if at least one CDC interface is present 11 November 2014, 10:54:44 UTC
c1fb099 CDC generic device driver added 10 November 2014, 17:13:28 UTC
b781d3a Minor changes 03 October 2014, 10:01:25 UTC
7d5645b Debug messages for read buffer 03 October 2014, 09:55:24 UTC
974ec50 Added HexUtils to represent raw data from buffers 02 October 2014, 11:28:34 UTC
6bff4c8 Little fix 26 September 2014, 18:38:50 UTC
c80ff88 Added a bound checking when data is loaded to write buffer 26 September 2014, 17:23:29 UTC
4360c17 Added a class to get debug messages 26 September 2014, 15:18:28 UTC
c23e780 Issue #1 solved 24 June 2014, 20:56:40 UTC
327e044 Added a new thread to handle synchronous bulk transfers if android version is less 4.2. Not tested yet 24 June 2014, 19:12:58 UTC
16ae234 PL2303 drivers finaly working and adding some code in set configurations functions to save against a known bug of some chipsets of this kind 09 June 2014, 21:34:50 UTC
ae6a329 Update README.md Added Factory method reference in docs 07 June 2014, 12:06:02 UTC
12751ee Pl2303 driver implemented, not tested yet 07 June 2014, 12:01:11 UTC
c5796ac Open and set functions except flow control are completed 07 June 2014, 11:20:51 UTC
f3fc7cc Working on BaudRate 06 June 2014, 21:53:26 UTC
2c3c5a4 PL2303 driver incoming 06 June 2014, 18:09:13 UTC
e74f659 minor fix 29 May 2014, 11:34:51 UTC
1dbe983 minor fix in ftdi data stream 29 May 2014, 11:03:42 UTC
5bf592b FTDI setBaudRate method is more robust now 29 May 2014, 09:32:11 UTC
e9b41bb Factory method to instantiate usb serial devices 28 May 2014, 22:02:24 UTC
95879a9 FTDI ids added 28 May 2014, 20:57:26 UTC
00ef8d0 FTDI ids of devices using FTDI-VID 28 May 2014, 15:39:17 UTC
30c18d6 Update README.md New family device supported 28 May 2014, 11:30:34 UTC
8932506 FTDI driver tested 28 May 2014, 11:15:19 UTC
a53e715 Still not tested but moved 27 May 2014, 22:17:45 UTC
51f647e adaptArray function need testing 27 May 2014, 22:02:35 UTC
587e015 FTDI needs special treatment of data. In progress... 27 May 2014, 19:31:53 UTC
580a9d9 FTDI serial device driver 27 May 2014, 10:51:18 UTC
ca47027 open, close and setBaudRate functions completed 17 May 2014, 15:55:18 UTC
ecd2f64 FTDI driver is coming 17 May 2014, 12:05:38 UTC
55e46e2 isDeviceSupported function completed 07 May 2014, 09:08:00 UTC
2c1b21f List of subdevices of CP210x 06 May 2014, 22:06:35 UTC
744ada2 open and read functions must not be overriden in bottom classes of UsbSerialDevice hierarchy 05 May 2014, 10:50:45 UTC
9dbcf78 Update README.md Write operation is now non-blocking from user perspective 22 April 2014, 16:19:13 UTC
384d16d Minor fix 22 April 2014, 16:07:02 UTC
1b4c2da Asynchronous write operation (tests needed) 22 April 2014, 12:23:34 UTC
5ae3c05 On the way to async write operations 22 April 2014, 10:07:11 UTC
ba9f3a5 Update README.md 15 April 2014, 23:58:25 UTC
5927209 Update README.md 15 April 2014, 22:09:10 UTC
37e8129 update Readme again 15 April 2014, 21:26:14 UTC
b3950f5 Update README.md 15 April 2014, 20:57:59 UTC
505e3cb Added Flow control signals to Cp210x. V0.1 ready 15 April 2014, 15:17:41 UTC
ec7be9a Minor issue 14 April 2014, 16:27:24 UTC
ee262ce A way to reopen a device without reinstantiate XSerialDevice object 14 April 2014, 15:10:25 UTC
be7f230 Configuration functions to BLED112 14 April 2014, 10:32:14 UTC
f71a2d1 CP210x setDataBits, setStopBits and setParity functions 13 April 2014, 17:48:40 UTC
65f3379 BLED112 (Bluegiga Bluetooth low energy dongle) support under development 11 April 2014, 21:16:31 UTC
93338d7 Check if receiving from endpoint BULK and IN 11 April 2014, 16:27:44 UTC
f56a7f2 I finally gave up my best intentions about using async usb request, I keep that approach for IN endpoints but I am now using a sync approach to OUT endpoints and it is working much better now 10 April 2014, 21:32:07 UTC
d6c029c Only notify to ListenThread if a messafe fron IN endpoint is received 10 April 2014, 10:36:54 UTC
b40a51d read function works, write function must be tested 09 April 2014, 21:54:40 UTC
ecb9d79 Read from beginnning of buffer not from positon, that was giving me terrible headaches 09 April 2014, 15:30:59 UTC
6102f84 Debugging... 09 April 2014, 12:25:44 UTC
db2a03f Ready to take some tests to prove me wrong :) 04 April 2014, 10:51:10 UTC
6db9ff4 ListenThread class added 03 April 2014, 20:47:39 UTC
5f3871f Minor changes 02 April 2014, 21:37:25 UTC
8c53a8d Working on read and write functions 02 April 2014, 11:40:05 UTC
680caef Default Setup completed 02 April 2014, 09:30:23 UTC
b22af8a Open function, setBaudRate and setControl command functions coded 01 April 2014, 17:03:22 UTC
6727c2e Request codes and some default values 01 April 2014, 11:16:41 UTC
0ea9e59 SerialBuffer completed and Cp210x class to handle this concrete device 23 March 2014, 17:32:42 UTC
c2f044d Working on the buffers 21 March 2014, 17:36:00 UTC
5754c97 Serial Buffer class 21 March 2014, 12:53:24 UTC
dc96106 Usb Serial Interface added 20 March 2014, 16:18:09 UTC
71dccfa First commit 20 March 2014, 11:38:16 UTC
back to top