Now one process has already open the serial port COMx to read data, then if I use ::CreateFile to open it, it would fail.
So I would like to know whether I can read data simultaneously(open serial port) with two process from same serial port or not.