Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone Profibus slave with communication through virtual serial ports. #9

Open
victoriv opened this issue Feb 28, 2020 · 3 comments

Comments

@victoriv
Copy link

Hi there!

I found this library, and it looks perfect since I would like to implement a Profibus Master in Python. However, I would also like to setup a standalone Profibus slave in order to test the implementation of my master. In the end, I would like to have the master and the slave communicate through virtual serial ports. Is this possible to achieve using this library?

I'm looking forward to hear any thoughts about this.

Regards,
Victor

@mbuesch
Copy link
Owner

mbuesch commented Feb 29, 2020

Hello Victor,

thanks for your question.
Yes, pyprofibus would be usable as a base for such a development.
Implementation of the slave side would need some development effort, though.
There are quite some things missing, like certain telegram types or the client side state machines.

If you want to implement any of these, I'd be happy to take your pull requests.

@victoriv
Copy link
Author

victoriv commented Mar 2, 2020

Thank you for the quick reply!
I will do some research to see if this is something I should spend time on.

@mbuesch
Copy link
Owner

mbuesch commented Mar 2, 2020

Nice.
I'll keep this issue open. It probably is a question other people are interested in, too.
Please feel free to add more discussion about slave support here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants