I have a modbus metering device. How can I send modbus message using putty or hyper-terminal?
I just want to fetch those metering data.
I have a modbus metering device. How can I send modbus message using putty
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@avra is correct: you want to make sure your device can support Modbus ASCII if you’d like to use a Terminal to attempt to poll Modbus registers. However, even using Modbus ASCII protocol takes some Modbus experience, and even if you know the unit ID and registers you’d like to poll, you will need to calculate the CRC for the message.
Could you add some more detail on what you are hoping to accomplish?
Also, here’s some light reading on Modbus RTU vs. ASCII: http://www.simplymodbus.ca/ASCII.htm
Good luck!