So far I have not been able to find an answer, but I wanted to know if there is a way, specifically with C#, to detect what the highest baudrate a serial port is capable of, without just having to test it.
Is there something in it's hardware profile or something that stores the available baudrates for a certain port, that C# can query?