I am about to do some FTDI work where multiple circuit boards are connected to a computer at the same time, some using VCP and others using D2XX ( I am new to this so I hope doing so is ok ). For a D2XX board, I have stored in a configuration file the virtual com port number that corresponds to this board. Am I then able to call FT_Open() or something similar and pass through eg "\\\\.\\COM3"? Do I need some special filter flags to get something like this to work?
Ideas welcome, thanks!