Replies: 3 comments 1 reply
-
| why does it not make sense? that is how to activate a nullmodem connection. | 
Beta Was this translation helpful? Give feedback.
-
| NULLMODEM act as a host, so defining a serial connection, follow the same pattern as other hosts "socket://:". | 
Beta Was this translation helpful? Give feedback.
-
| 
 "socket://" signals to use a socket instead of a tty port for serial transport...no big secrets :-) and actually it does matter because this can be used by applications that use pymodbus. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
test/sub_examples/test_examples.py::TestAsyncExamples::test_async_simple_client[serial-rtu]creates
host == socket://__pymodbus_nullmodem:7636. Does this make any sense?Beta Was this translation helpful? Give feedback.
All reactions