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

ModbusRTU Slave or ModbusTCP server in C# #96

Open
AlekseyLev opened this issue May 10, 2023 · 1 comment
Open

ModbusRTU Slave or ModbusTCP server in C# #96

AlekseyLev opened this issue May 10, 2023 · 1 comment

Comments

@AlekseyLev
Copy link

The PLC is master in Modbus RTU. It sends requests. For example: 01 05 00 0D FF 00 1D F9 (writing the 13th register to the "on"/true position). How do I see this request in c#?

@saifalkatout
Copy link

My understanding is that you are trying to sniff the packet that your application produces.

You will have to use a tool like wireshark https://www.wireshark.org/download.html , also there are older versions of Visual studio that used to have network profilers https://devblogs.microsoft.com/visualstudio/introducing-visual-studios-network-tool/.

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

No branches or pull requests

2 participants