diff --git a/docs/man/man1/modcompile.1 b/docs/man/man1/modcompile.1 index 0bf8134f852..a5f3f8b7d4b 100644 --- a/docs/man/man1/modcompile.1 +++ b/docs/man/man1/modcompile.1 @@ -24,7 +24,7 @@ .\" .TH modcompile "1" "2023-07-13" "LinuxCNC Documentation" "The Enhanced Machine Controller" .SH NAME -modcompile \- Utility for compiling Modbus drivers +modcompile \- Utility for compiling Modbus drivers (SUPERSEDED) .SH SYNOPSIS @@ -35,6 +35,11 @@ modcompile \- Utility for compiling Modbus drivers \fBmodcompile* [\fB-k\fR] [\fB-n\fR] [\fB-v\fR] module.mod ... .SH DESCRIPTION +\fBmodcompile\fR and the mesa_modbus framework are superseded by the +\fBhm2_modbus\fR driver and \fBmesambccc\fR-compiled MBCCB files. They remain +available throughout the 2.9 series, but new configurations are encouraged to +migrate. + The \fBmodcompile\fR utility is used to compile modbus drivers that use the PktUART interface of Mesa cards. diff --git a/docs/src/drivers/mesa_modbus.adoc b/docs/src/drivers/mesa_modbus.adoc index d17b0b455a3..ce280c766fd 100644 --- a/docs/src/drivers/mesa_modbus.adoc +++ b/docs/src/drivers/mesa_modbus.adoc @@ -5,6 +5,8 @@ = Mesa Modbus = +NOTE: The Mesa Modbus framework (modcompile and mesa_modbus) is superseded by the link:../man/man9/hm2_modbus.9.html[hm2_modbus] driver and mesambccc-compiled MBCCB files. It remains available throughout the 2.9 series, but new configurations are encouraged to migrate. + A framework to create custom, realtime, modbus drivers using the Mesa PktUART component. diff --git a/docs/src/index.tmpl b/docs/src/index.tmpl index ffa9ae415f5..73141c4a84e 100644 --- a/docs/src/index.tmpl +++ b/docs/src/index.tmpl @@ -200,7 +200,7 @@ function setup_page(){