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.

modbus communication in msp430

Status
Not open for further replies.

skarthikshines

Member level 5
Joined
Feb 21, 2011
Messages
81
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
2,060
i am new to msp430. i am in need of selecting the suitable msp430 controller for my application.. in my project modbus communication is one of the module.so while i choosing the controller family (for modbus communication) which peripheral must be included in my controller.. please suggest me a controller in which the mod bus communication is possible????
 

which modbus ( RTU / ASCII / TCP ) you are implementing????????
The hardware requirements are minimal - Any reasonable microcontroller with a serial interface, at least some RAM to hold the modbus frames should suffice.
•A UART which support and interrupts and has at least an receiver buffer full and transmit buffer empty interrupt.
•A timer capable of creating the t3.5 character timeout timer for Modbus RTU.

FreeMODBUS - A free MODBUS ASCII/RTU and TCP implementation
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top