Tomasz Ścisłowicz
5af139bb74
HardwareSerial - add changeBaudRate method ( #2223 )
...
* Add updateBaudRate to hardware serial
* remove flush
* Fix tab
2018-12-23 21:15:06 +02:00
Jeroen88
233d31bed2
Added baudrate detection to esp32-hal-uart and HardwareSerial ( #1961 )
...
* Added baudrate detection to esp32-hal-uart and HardwareSerial
* Solved compiler warning for uartResizeRxBuffer()
* Add unit to header variable name (timeout_ms)
* Reverting accidentally changed files to master
* Add small delay after baudrate detection
2018-11-19 16:51:55 +01:00
Adam Coddington
ce61074802
Add functionality allowing rxBuffer of HardwareSerial to be changed in size via HardwareSerial::setRxBufferSize. ( #1855 )
2018-09-17 21:16:18 +02:00
me-no-dev
4e5cbdaa7f
Add declarations for all Serial, SPI and Wire buses
2018-07-03 20:41:03 +02:00
mtabu
aa1288aa6e
HardwareSerial - availableForWrite() support ( #1226 )
...
* HardwareSerial - availableForWrite() support
* fix indentation errors (tab vs space)
2018-04-06 19:07:46 +03:00
KEDARUMA FANTASTIC
c01e5563c8
serial global instance fix ( #1243 )
2018-04-06 19:02:59 +03:00
Ewald Wasscher
e6a5b68e40
Added argument to HardwareSerial.begin to specify whether the logic levels of the UART rx and tx lines should be inverted ( #719 )
2017-10-13 11:46:56 +03:00
Luc
4092fc409e
Add baudRate function ( #651 )
...
usefull for ESP8266 compatibility
2017-09-21 17:00:12 +08:00
me-no-dev
56cd8f63f0
Add HardwareSerial::write(const char *)
...
fixes: https://github.com/espressif/arduino-esp32/issues/55
2016-11-16 17:30:13 +02:00
me-no-dev
17c8ceb1b9
UART rework
...
many possible problems fixed in preparation for thread-safe
2016-10-14 03:02:40 +03:00
me-no-dev
5f3a205955
initial import
2016-10-06 07:09:44 -06:00