Wykres commitów

374 Commity (cdc_fix)

Autor SHA1 Wiadomość Data
Felipe Herranz 1d78e71c21 SafeUsbRequest class added hoping to fix #40 bug 2016-04-17 12:25:50 +02:00
Felipe Herranz 1b470fa89d Merge pull request #43 from felHR85/ch340_newdriver
Ch340 newdriver
2016-04-16 18:13:58 +02:00
Felipe Herranz e7ad89388e Readme changes 2016-04-16 18:08:56 +02:00
Felipe Herranz 63d4eef0ef Added safeguards in Flow control threads 2016-04-16 01:29:56 +02:00
Felipe Herranz ff4c839585 CTS and DSR implementations added to CH340 2016-04-15 23:32:32 +02:00
Felipe Herranz 14e5190f87 Added flow control thread for CH340 driver 2016-04-15 22:40:10 +02:00
Felipe Herranz 378075d03b Example not appending data from EditText to TextView when sending 2016-04-10 23:36:17 +02:00
Felipe Herranz 5b321a6672 checkState method updated 2016-04-10 23:21:40 +02:00
Felipe Herranz a5b9fe73a5 setRTS and setDTR methods implemented 2016-04-10 22:01:13 +02:00
Felipe Herranz 31effe67a9 Deleted redundant call in writeHandshakeByte method 2016-04-10 21:09:03 +02:00
Felipe Herranz cc7ada0a53 setFlowControl method implemented 2016-04-10 19:32:02 +02:00
Felipe Herranz 1d85013857 setParity method added 2016-04-10 18:43:39 +02:00
Felipe Herranz 792ef2a765 REQTYPE_HOST_TO_DEVICE changed 2016-04-10 17:15:11 +02:00
Felipe Herranz b946a3e696 new setBaudRate method added 2016-04-10 16:56:02 +02:00
Felipe Herranz c587ef9a6d deleted setBaudRate when opening, redundant 2016-04-10 13:21:36 +02:00
Felipe Herranz 7ce54326de ch340 new init method 2016-04-10 13:04:48 +02:00
Felipe Herranz 73c4368456 Added list of UsbSerials projects 2016-03-19 21:00:05 +01:00
Felipe Herranz cc26716acb Merge pull request #32 from autowp/patch-1
Java syntax highlight
2016-02-28 20:25:02 +01:00
Dmitry 94e54eeacb Java syntax highlight 2016-02-28 22:14:45 +03:00
Felipe Herranz d2ad33bdca Update README.md
Updated jitpack dependency
2016-02-28 20:10:40 +01:00
Felipe Herranz 36fd71be00 Merge pull request #31 from felHR85/ftdi_sync
Ftdi sync
2016-02-28 20:02:23 +01:00
Felipe Herranz 6da1eed12e style adapted 2016-02-28 19:44:54 +01:00
Dmitry c67ba4b08b FTDI sync read timeout 2016-02-28 21:05:55 +03:00
Felipe Herranz c434492534 Update README.md
Updated jitpack line
2016-02-27 19:50:40 +01:00
Felipe Herranz aa39fbb17e Update README.md
Info about synchronous operations
2016-02-27 19:40:34 +01:00
Felipe Herranz 103defd11c Merge pull request #29 from felHR85/synchronous
Synchronous operations
2016-02-27 19:32:38 +01:00
Felipe Herranz ce1dc92f4e Synchronous write now works with FTDI devices 2016-02-27 19:07:35 +01:00
Felipe Herranz 8ed36b0c73 Filtering modem status in FTDI synchronous reads 2016-02-27 13:20:49 +01:00
Felipe Herranz c8cda2f6b2 Added safeguards to not synchronously write or read when using asynchronous api and viceversa 2016-02-21 17:52:31 +01:00
Felipe Herranz c686d79383 CH34x sync operations added 2016-02-21 16:14:27 +01:00
Felipe Herranz 73994f9043 CDC sync operations added 2016-02-21 14:06:13 +01:00
Felipe Herranz eb722b0460 PL2303 sync operations added 2016-02-21 13:46:44 +01:00
Felipe Herranz d80a89ba3f FTDI sync operations added 2016-02-21 13:24:16 +01:00
Felipe Herranz 39bb876c96 CP2102 sync operations added 2016-02-21 13:05:49 +01:00
Felipe Herranz 7b7537c9d9 Added abstract methods for synchronous mode 2016-02-21 12:34:30 +01:00
Felipe Herranz 580c736dbc changed UsbSerial version in compile line 2016-02-13 19:30:39 +01:00
Felipe Herranz 6464515345 cosmetic change 2016-02-13 18:32:59 +01:00
Felipe Herranz 9d2562d8da DSR and CTS callbacks are executed on the beginning to know the status of the line 2016-02-13 18:24:56 +01:00
Felipe Herranz 7a8794430e Added Moxa USB-Serial device VID:0x110a PID:0x1150 2016-02-13 17:06:58 +01:00
Felipe Herranz 79445e975c Merge pull request #25 from jimcondon/master
Fixed close in CDCSerialDevice to enable reset on Arduino Leonardo/Micro
2016-02-13 17:00:16 +01:00
Felipe Herranz 055b5d4e8b cosmetic change 2016-02-13 13:46:21 +01:00
Felipe Herranz 1333ea8b2c Readme updated 2016-02-13 13:44:22 +01:00
Felipe Herranz 16af699e11 Merge pull request #26 from felHR85/flowcontrol_signals
Flow control signals
2016-02-13 13:19:02 +01:00
Felipe Herranz 2c0ea553b1 CTS and DSR signals will be read the first time a modem info packet is received 2016-02-13 13:04:55 +01:00
Felipe Herranz c826e45bdf Added comments for flow control options 2016-02-13 10:55:52 +01:00
Felipe Herranz a050e14683 added CTS and DSR callbacks 2016-02-12 19:17:20 +01:00
Felipe Herranz bdf60c2bc5 rtsCts and dtrDsr flags put into some places where they are needed 2016-02-12 18:36:32 +01:00
Jim Condon 68eedd2988 Fixed close in CDCSerialDevice to enable reset on Arduino Leonardo/Micro 2016-02-10 14:29:57 -05:00
Felipe Herranz b47e5311a6 RTS and DTR signals can be raised in the FTDI device now 2016-01-31 22:02:10 +01:00
Felipe Herranz adfcea8bbb flags enabled when flow control selected 2016-01-31 19:51:19 +01:00