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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top