num_sserials config parameter doesn’t seemed to be used by the code, this PR removes it from the docs.
[LinuxCNC/linuxcnc PR#594] num_sserials=N is not used in hostmot2.c
-
![[gnea/grbl-Mega Issue#1] $ command extentions](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/2.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#1] $ command extentions -
![[gnea/grbl-Mega Issue#2] Better interrupt priorities](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/3.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#2] Better interrupt priorities -
![[gnea/grbl-Mega Issue#3] ATMega16U2 virtual com port on ATMega2560](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/11.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#3] ATMega16U2 virtual com port on ATMega2560 -
![[gnea/grbl-Mega Issue#4] Real-time adjustable feedrates](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/7.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#4] Real-time adjustable feedrates
- [gnea/grbl-Mega Issue#1] $ command extentions
- [gnea/grbl-Mega Issue#2] Better interrupt priorities
- [gnea/grbl-Mega Issue#3] ATMega16U2 virtual com port on ATMega2560
- [gnea/grbl-Mega Issue#4] Real-time adjustable feedrates
- [gnea/grbl-Mega Issue#5] question about the download zip contents
- [gnea/grbl-Mega Issue#6] Adding outputs for external state signals
- [gnea/grbl-Mega Issue#7] which g-code sender is being used in grbl-Mega testing?
- [gnea/grbl-Mega Issue#8] Frecuencia y velocidad de avance.
#1 – andypugh 于 2019-05-21
I think that this is right and
https://github.com/LinuxCNC/linuxcnc/commit/ade72db61014152e1f78dd6112dd321474217b5c#diff-91a3d2867cf0072d0f9d88cbb4c4f1ff
was wrong
numsserials is used internally, but the parameter string parsing looks for “sserialport” rather than “numsserials”
https://github.com/LinuxCNC/linuxcnc/blob/0f91c553a238c3f5e8a52285044761c2dcfd7de5/src/hal/drivers/mesa-hostmot2/hostmot2.c#L415