-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL server missing serial configuration #1188
Labels
Comments
Will take a look and revert. |
Thanks for the bug, the serial args are being dropped silently. I will have a fix in a day or two. |
dhoomakethu
added a commit
that referenced
this issue
Nov 16, 2022
@RazorneckCodes please check PR #1189 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions
[GCC 10.2.1 20210110] on linux
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
Pymodbus Specific
Description
I am using pymodbus REPL server and client for modbus rtu communication with two usb adapters. Unfortunately I wasn't able to configure another baudrate, parity, stop bits and other serial settings for the server. I checked the config of the serial port with the command stty. In my example the server wasn't set to 38400 baud. I was able to set it manually while running the server. The client settings are fine.
Are there command line parameters to set those properties? I haven't found them in the example videos, docs or code.
Code and Logs
The text was updated successfully, but these errors were encountered: