Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

rs485 modbus Protocol

Status
Not open for further replies.

rmrps

Member level 2
Joined
Oct 4, 2011
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,635
Hi Friends
I am new to rs485 communication i want to know how to create rs485 modbus protocol using given register value for accessing information that is read data and write data i have baud rate is 115200 data is 7, parity even stop bit is 1 and register address is
for reading data register address is D174
for write data register address is M605 and M72
slave id is 3A

Please guide me to create Rs485 Modbus protocol using the above register value
 

Hi,

the internet has plenty of information on modbus protocol.

Did you:
* read wikipeda and the given links
* search for basic modbus protocol documents
* search for video tutorials?

Start with drawing a flow chart.
Give related (links to) documents you used
You need to write the code on your own, at least try. Show us your code, so we can verify it.
What microcontroller, what language and what compiler do you use?

Klaus
 

You'll refer to the specifications MODBUS over Serial Line and MODBUS APPLICATION PROTOCOL, available at modbus.org.

Having only 7-Bit data means that you are restricted to ASCII serial mode.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top