Replies: 2 comments 16 replies
-
The driver has a secondary UART channel that can be used for ModBus, and there is a lighweight plugin in the spindle plugins folder. This can be used for other purposes as well and enabling it should be easy as there is code for that present in the driver. Setting MODBUS_ENABLE to 1 in my_machine.h would do? A full ModBus protocol implementation is not planned. However, I have ported the FreeModbus Library by Christian Walter to a couple of TI processors - this could be added as a plugin if a full implementation is required? |
Beta Was this translation helpful? Give feedback.
-
By the way, if you are looking at making changes for Modbus on the F411, the STM32F4xx UART has a half-duplex option that would fit well will RS-485 and save a pin. |
Beta Was this translation helpful? Give feedback.
-
Just wondering, is there a plan for Modbus support in the STM32F4xx driver?
I ask because I'm fooling around with prototyping a Modbus based control panel, and had just started looking at plugin development for further testing. But the grblHAL board sitting on my desk is an F411 Nucleo, so didn't take me long to hit my first issue ;)
Beta Was this translation helpful? Give feedback.
All reactions