From Device Manager in Windows it is possible to configure the Receive Buffer and Transmit FIFO Buffer sizes for a serial port from Advanced Settings for a COM port:
I would like to configure the values for the TX and RX FIFO buffers for COM ports programmatically. Ideally a method to do it in LabVIEW or even via .NET / command line as both are easy to interface with from LabVIEW.
Edit: Just to clarify this is in regards to the 16550 compatible UART FIFO buffers and not software buffers like the VISA I/O Buffer, etc.