no module for modbus server(master) protocol ?!

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
Post Reply
Mohammed
Posts: 1
Joined: Sun Jan 31, 2021 11:09 am

no module for modbus server(master) protocol ?!

Post by Mohammed » Sun Jan 31, 2021 12:21 pm

Im trying to implement modbus protocol in the Pyboard D-series using modbus for python.
the problem with it it does not work with micropython due to limitation.
any help or suggestion in my problem?
and can I implement the modbus server (master) tcp or rtu in the Pyboard D-series?

User avatar
Mike Teachman
Posts: 155
Joined: Mon Jun 13, 2016 3:19 pm
Location: Victoria, BC, Canada

Re: no module for modbus server(master) protocol ?!

Post by Mike Teachman » Tue Feb 02, 2021 2:32 pm

Hi Mohammed,

I think forum readers might need some more information before they can offer assistance ...

Can you describe the exact problem that you are having? What limitation do you see?

Can you describe your application and communication topology?
For example, do you want to use the pyboard as a Modbus client to control a device using Modbus TCP,
or do you want the pyboard to act as a Modbus slave and have another device poll data from the pyboard using Modbus RTU over a RS-485 serial line?

It also can help to include an example of your code which illustrates the problem you are having

Post Reply