Is there a way to find out all the available baud rates that a particular system supports via C#? This is available through Device Manager-->Ports but I want to list these p
I don't think you can.
I recently had this problem, and ended up hard coding the baud rates I wanted to use.
MSDN simply states, "The baud rate must be supported by the user's serial driver".