https://github.com/felHR85/UsbSerial

sort by:
Revision Author Date Message Commit Date
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
2d5bb3c Initial commit 20 March 2014, 11:23:57 UTC
back to top