On Mon, Jun 30, 2025 at 09:35:16AM -0400, Nick wrote:
> How is this accomplished, if it's even possible?
> 
> 
> I see the following, however I don't think any flow control gets enabled:
> 
> GRUB_CMDLINE_LINUX_DEFAULT="nofb nomodeset console=ttyS0,115200"
> GRUB_TERMINAL="serial"
> GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8
> --parity=no --stop=1"

Well for the kernel command command line you would do:
console=ttyS0,115200n8r

I don't recall ever seeing anything about flow control in grub for the
serial port.

-- 
Len Sorensen

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to