I am using NI's 8 port RS232 card and I'm programmatically obtaining the port numbers and names for each COM port. However for my application I must use the low level functions to change the baud rate on the fly. Is there a way I can find the base addresses for each of the ports or even for the card as a whole.
I am trying to avoid look-up tables as the software ideally needs to be platform independent.