OVMS3-idf/components/freemodbus/port
Alex Lisitsyn 67f62a79c1 freemodbus: add modbus master ascii
add support of modbus master ascii
rename base dir name of master and slave example to be mb_slave, mb_master to avoid conflict with sdio/slave example test
add Kconfig option to enable ASCII and RTU mode separately
update ASCII options + remove cast for errors
added baudrate for examples into Kconfig
updated magic numbers for timer timeout
put ascii private definitions into one file
2019-11-26 13:16:25 +08:00
..
port.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
port.h freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
portevent.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
portevent_m.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +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: add modbus master ascii 2019-11-26 13:16:25 +08:00
portserial_m.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
porttimer.c freemodbus: add modbus master ascii 2019-11-26 13:16:25 +08:00
porttimer_m.c feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00