How to design a modbus protocol using vhdl?

Status
Not open for further replies.

manish12

Advanced Member level 3
Joined
Nov 21, 2006
Messages
983
Helped
66
Reputation
132
Reaction score
33
Trophy points
1,308
Activity points
6,117
i seen a number of modbus protocals using microcontroller pic , atmel ,etc.


but now , i want to design it using vhdl ,

can i use NIOSII for this ?
 

vhdl modbus

You can use whatever you want, including VHDL, NIOS or other combinations.
 

modbus rtu vhdl program

i ever not used nios ,any idea or simple design do you have ?
 

altera modbus

Modbus can work over serial or Ethernet.
If you need to implement MODBUS over a serial connection then all you need is a UART and a processor (NIOS is very good)
If you need MODBUS-TCP then you need an Ethernet port instead of UART.
The best resource is here:
http://www.modbus-ida.org/tech.php
This one is also good (free tools, free code)
http://www.modbus.pl/
If you want to use NIOS the Altera SOPC builder will help you to create your system containing the processor and the UART (Ethernet MAC) and other peripherals if you need. The rest is software.
Good luck!
P.S. Sorry but I don't have a sample design based on NIOS. But you can try searching the Altera website.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…