Can the RX pin inverted for SML? #23499
-
Hello,
Is there an equivalent for Tasmota as well, or better I fix my hardware? (surely I will for the next hw version) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
read the docs: M,=so2 if 1 fixes the bug introduced by meter DWS74, if 2 enabled OBIS line compare mode instead of shift compare mode, if 4 invert hardware serial line, if 8 disable UART pullup on hardware serial rec line, if 20 disable Parity calculation on obis send |
Beta Was this translation helpful? Give feedback.
-
Indeed, thanks for the pointer and your work on the code. Apparently I have to repeat the 'How to use Ctrl-F in a browser' lesson..
|
Beta Was this translation helpful? Give feedback.
read the docs:
M,=so2 if 1 fixes the bug introduced by meter DWS74, if 2 enabled OBIS line compare mode instead of shift compare mode, if 4 invert hardware serial line, if 8 disable UART pullup on hardware serial rec line, if 20 disable Parity calculation on obis send
e.g. 1,=so2,2 enable obis line compare.