Skip to content
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

Fetching the coupler ID #138

Open
thy1037 opened this issue Dec 9, 2022 · 1 comment
Open

Fetching the coupler ID #138

thy1037 opened this issue Dec 9, 2022 · 1 comment

Comments

@thy1037
Copy link

thy1037 commented Dec 9, 2022

Only use tokio and tokio-modbus, and run the tcp-client example code, but show Fetching the coupler ID

Reproduction:

  1. cargo new a new project
  2. add tokio-modbus = "0.5.3", tokio = {version = "=1.22.0", features = ["full"]} to Cargo.toml
  3. copy the example tcp-client code to main.rs
  4. run cargo build, success, but cargo run show:
D:\xxx\yyy>cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.11s
     Running `target\debug\tokio-modbus.exe`
Fetching the coupler ID

Environment:
Win10
rustc 1.65.0 (897e37553 2022-11-02)
rustup 1.25.1 (bb60b1e89 2022-07-12)
x86_64-pc-windows-msvc
Modbus server use the Qt QModubs example's modbusslave.exe , with the configuration: tcp, 127.0.0.1:502 (modbusmaster.exe can work well)

@uklotzde
Copy link
Member

uklotzde commented Mar 4, 2023

If no one is able to reproduce the described behavior in their environment and without further details about the exact setup I recommend to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants