When I use an application hercules_3-2-5 and open a serial port then that port cannot be opened by any other application till its freed by the port-opening application. The problem is that on new laptops there is no serial port and I want my c++ application to open the same port which was opened by (hercules_3-2-5) and communicate with it.
Is there a way to open/communicate on same serial port which is already opened by another application?