element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Modbus Protocol on Raspberry Pi 3 using Serial GPIO Ports
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 3 answers
  • Subscribers 664 subscribers
  • Views 3604 views
  • Users 0 members are here
  • modbus rtu
  • raspberry_pi
  • modbus over serial
  • raspberry pi 3
Related

Modbus Protocol on Raspberry Pi 3 using Serial GPIO Ports

patil.sunny9999
patil.sunny9999 over 7 years ago

Hello There,

I want to make use of Modbus Protocol on my Raspberry pi 3 model B. I am Complete Beginner. After some Research i Found Some information about Modbus Protocol. i found these Libraries by which i can Use Modbus Protocol on Raspberry pi.

LIBMODBUS

PYMODBUS

MODBUS-TK

Please Suggest me that which one will be better to use.

 

As I have to communicate with MODSCAN 32 using my Raspberry Pi by RS232 circuitry, i have bought one

so I am quite sure that I need to make Raspberry Pi as SLAVE device. Because I am little confused with that please help me out.

Also Please Provide if any sample code is available to you, it will help me alot to understand better.

 

Thank you in advance

 

 

  • Sign in to reply
  • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 7 years ago

    Hi there, I have a better suggestion image, try using Node-Red and the Modbus plugin, if you are a beginner then this I think will be an easier route to go, I have loads of Node-Red videos on my channel and alot of them use Modbus to talk to a thermal imaging camera and other devices

     

    Node Red is included with the Raspberry PI image and it is easy to add the Modbus plugin right from within Node-Red UI, look for the pallet manager. The plugin makes it so much easier to talk to modbus devices and node-red will allow easily to configure workflows and displays without the need for extensive coding. You can code stuff if you want but I would suggest getting to know Modbus first and then go from there.

     

    If you need help with Modbus I can help, I just have never needed to use the python interfaces.

     

    Regards

    peter

     

    Oh, my channel is https://www.youtube.com/thebreadboardca

     

    If necessary i will create a video for E14 and post it here to help, I have many devices I can choose from

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 7 years ago

    Sorry, missed the other part of your question, the, an Arduino may make a better Slave device and there is a sketch for that, just search for Arduino and Modbus.

     

    Is there a reason you have to use MODSCAN 32, this seems to be more of a debug tool, it this an assignment or something, perhaps you can provide a little background info so others can also help

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • patil.sunny9999
    0 patil.sunny9999 over 7 years ago

    Robert Peter Oakes Yes, actually its my Project. so I have to use it on Modbscan 32 only. I want to run it on Raspberry Pi though.

     

    If possible for you Please make Video on Raspberry Pi  as slave communicating with Modscan 32. it will help me alot

     

    Thank you.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • patil.sunny9999
    0 patil.sunny9999 over 7 years ago

    Hey There,

    I am using Libmodbus Library for my Raspberry Pi as Slave Device, but i am stuck on following error

    slave_c.c:9:20: fatal error: modbus.h: No such file or directory

    here i am using simple test program from libmodbus examples

    Anyone please suggest me how to overcome this problem

     

    thank you in advanceimage

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mconners
    0 mconners over 7 years ago in reply to patil.sunny9999

    I'm not familiar with the modbus libraries, but that is just a typical c compiler error when it can't find an include file. Either you didn't install the modbus package as directed, or they left out an instruction.

     

    you can add the -I command line option to tell the compiler where to find the directory where the include file is located. See the following.

     

     

    https://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Directory-Options.html

     

    Mike

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • fed27
    0 fed27 over 4 years ago in reply to Robert Peter Oakes

    Hi Peter

     

    i have been using a raspberry pi and node red for modbus communications with PLCs for a while now, but I have only ever done it over TCP modbus.

    I now need to do the same but over modbus serial, we are trying not to use a hat as we might want them in future for other reasons.

    so that means I really need to use a USB modbus plug in device which I have various. I just can’t seem to set up the pi and node red to read modbus  through the USB adaptor.

     

    Please anyone who has done this successfuly before HELP.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube