Tasmota/lib/TasmotaModbus-1.0.0
Theo Arends fb6cc194a9 6.2.1.16 Add TasmotaModbus lib
6.2.1.16 20181015
 * Add TasmotaModbus library for very basic modbus wrapper for TasmotaSerial
 * Change xsns_17_senseair.ino to use TasmotaModbus library
 * Fix xnrg_05_pzem2.ino for PZEM-014/016 support using TasmotaModbus library (#3694)
2018-10-15 17:18:30 +02:00
..
examples/modbustest 6.2.1.16 Add TasmotaModbus lib 2018-10-15 17:18:30 +02:00
src 6.2.1.16 Add TasmotaModbus lib 2018-10-15 17:18:30 +02:00
README.md 6.2.1.16 Add TasmotaModbus lib 2018-10-15 17:18:30 +02:00
keywords.txt 6.2.1.16 Add TasmotaModbus lib 2018-10-15 17:18:30 +02:00
library.json 6.2.1.16 Add TasmotaModbus lib 2018-10-15 17:18:30 +02:00
library.properties 6.2.1.16 Add TasmotaModbus lib 2018-10-15 17:18:30 +02:00

README.md

TasmotaSerial

Implementation of software serial with hardware serial fallback library for the ESP8266

Allows for several instances to be active at the same time.

Please note that due to the fact that the ESP always have other activities ongoing, there will be some inexactness in interrupt timings. This may lead to bit errors when having heavy data traffic.