When inspecting comm port proprties in control panel, it correctly lists
all baud rates I expect, as does a call to the CommConfigDialog() function.
So obviously the required information is somwhere in the system.
GetCommProperties() says the port supports 'User settable baud rates'.
However, in my application I need to present a list of available baud rates
to the user, without handshaking, number of data bits etc (which
CommConfigDialog() presents). In other words, I need to identify legal baud
rates in order to build my own list, and thereafter set the port to any of
these baud rates.
Does anyone have a clue how this may be done?
-ear
Any standard baud rates up-to 115200 times 8.