forked SoftSerial
Fork of SoftSerial by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:a0029614de72 | 2016-04-12 | SonyPony | Fix: set read_buffer to 0 in cunstructor, it caused that first received byte was not correct |
10:236fce2e5b8c | 2014-07-05 | Sissors | Little bit faster initial read |
9:4e4617c4a441 | 2014-07-05 | Sissors | Added destructor |
8:332b66de89d3 | 2014-04-27 | Sissors | And to be sure it calculates correctly |
7:7de3e1019e23 | 2014-04-27 | Sissors | Added send_break code |
6:517082212c00 | 2014-04-27 | Sissors | Added custom ticker lib to allow for baudrate up to 57600 |
5:acfd0329f648 | 2014-04-26 | Sissors | Added name option to constructor |
4:c010265ed202 | 2014-04-26 | Sissors | IRQs added |
3:7238e9bb74d2 | 2014-04-26 | Sissors | And RX to 19200 (todo: a fast mode which is not interrupt based) |
2:9e01a38606b4 | 2014-04-26 | Sissors | TX optimised to handle 19200 on LPC1768 |
1:f8b4b764ace7 | 2014-04-26 | Sissors | RX basic functional |
0:8edaa7abe724 | 2014-04-26 | Sissors | TX basic finished |