OVMS3-idf/components/freemodbus/port
Alex Lisitsyn 3abdd2207d freemodbus: fix long buffer failure
check master read write functions with array of registers)
fix master serial processing code and modbus controller to work with register array
modbus_master: add reading and writing of test value array (58 registers) to check failure is gone
remove parameter temporary buffer from modbus controller to allow more than 24 byte writes
driver: fix issue with TOUT feature
driver: fix uart_rx_timeout issue
driver: fix issue with rxfifo_tout_int_raw not triggered when received fifo_len = 120 byte and all bytes read out of fifo as result of rxfifo_full_int_raw
driver: add function uart_internal_set_always_rx_timeout() to always handle tout interrupt
examples: call uart_internal_set_always_rx_timeout() to handle tout interrupt correctly
examples: update examples to use tout feature
driver: reflect changes of uart_set_always_rx_timeout() function, change uart.c
driver: change conditions to trigger workaround for tout feature in uart.c
driver: change uart_set_always_rx_timeout()
freemodbus: fix tabs, remove commented code
driver: remove uart_ll_is_rx_idle()
2020-03-30 22:05:48 +08:00
..
port.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
port.h freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
portevent.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
portevent_m.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
portother.c freemodbus: Fix bug with incorrect coils read mask 2019-04-16 10:21:20 +02:00
portother_m.c freemodbus: Fix bug with incorrect coils read mask 2019-04-16 10:21:20 +02:00
portserial.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
portserial_m.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
porttimer.c freemodbus: fix long buffer failure 2020-03-30 22:05:48 +08:00
porttimer_m.c freemodbus: update poll event processing 2019-12-10 14:27:09 +08:00