-
Notifications
You must be signed in to change notification settings - Fork 535
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
Feature: MODBUS RTU support #981
Comments
I have already reserved additional parameters to allow Mm260 and M261 to be used for thus, see https://reprap.org/wiki/G-code#M260:_i2c_or_Modbus_Send_Data. |
Why can't the dev team add RS485 support? Its critical in high speed automation to any third party devices and reliable. I was really surprised it was requested for RRF 3.6.0 and now it has been shifted to "After 3.6.0". Its disappointing. |
Modbus RTU support has been added to the 3.6-dev branch of RRF and is available in recent 3.6.0-alpha builds. See the new M260.1 and M261.1 commands. The V parameter of M261.1 is not yet implemented. |
Implementation in 3.6-dev completed, tested by user. |
Add support for MODBUS RTU using any free Aux port in conjunction with a UART to RS485 converter and an IO_OUT pin to control the transmitter.
The text was updated successfully, but these errors were encountered: