Commit Graph
4 Commits
Author SHA1 Message Date
Susis Strolch fdebf6bbdf tx_mode=2: compensate phantom BRK 2019-05-27 12:47:06 +02:00
Susis Strolch 078f89ce7e Merge branch 'dev' of https://github.com/proddy/EMS-ESP-Boiler into dev
* 'dev' of https://github.com/proddy/EMS-ESP-Boiler:
  heatpump minor changes
2019-05-27 10:53:07 +02:00
Susis Strolch 5479313e53 smart-tx - tx_mode 2 solved
after sending the byte we wait until we receive the busmaster response.
sending the BRK is done in loopback mode.
Only caveat: we will get a phantom \0 in Rx FIFO
2019-05-27 10:08:01 +02:00
Susis Strolch 93b6b1ea4c smart tx - try to fix Tx problems
- fix typo - replace emsaurt_tx_poll by emsuart_tx_poll
- smart tx - enabled by EMS_Sys_Status.emsTxDelay == 2
  use loopback to send in burst mode
- change emsuart_tx_poll to use emsuart_tx_buffer
- encapsulate uart_swap in #ifndef NO_UART_SWAP (private use)
2019-05-21 22:50:26 +02:00