From 53f1276ba9fcc7ae5fab9dbb5c318e6256c4a5d5 Mon Sep 17 00:00:00 2001 From: Karim Malik <79924100+km-64@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:40:44 +0200 Subject: [PATCH 1/2] Remove sync clients from NullModem ingetgration list --- doc/source/library/nullmodem.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/library/nullmodem.rst b/doc/source/library/nullmodem.rst index eab73c6637..cabeb68e6c 100644 --- a/doc/source/library/nullmodem.rst +++ b/doc/source/library/nullmodem.rst @@ -12,7 +12,6 @@ The NullModem works with the normal transport types, and simply substitutes the - *UDP* The NullModem is currently integrated in -- :mod:`ModbusClient` - :mod:`AsyncModbusClient` - :mod:`ModbusServer` - :mod:`AsyncModbusServer` From 6bc8793dfe4deded92a6366bbf83c9c4351363a9 Mon Sep 17 00:00:00 2001 From: Karim Malik <79924100+km-64@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:42:13 +0200 Subject: [PATCH 2/2] Remove non-existent `AsyncModbusServer`s from NullModem integration list --- doc/source/library/nullmodem.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/library/nullmodem.rst b/doc/source/library/nullmodem.rst index cabeb68e6c..4dc9a51cf0 100644 --- a/doc/source/library/nullmodem.rst +++ b/doc/source/library/nullmodem.rst @@ -14,6 +14,5 @@ The NullModem works with the normal transport types, and simply substitutes the The NullModem is currently integrated in - :mod:`AsyncModbusClient` - :mod:`ModbusServer` -- :mod:`AsyncModbusServer` Of course the NullModem requires that server and client(s) run in the same python instance.