In this scenario, im attempting to integrate Python code with an Arducam camera that is connected to an Arduino board. Both the Arducam camera and the Python code need to communicate with the Arduino over the same COM port. However, when attempting to run the Python code, which sends commands to the Arduino, an "Access denied" error occurs due to the COM port being already occupied by the Arducam initialization,
is there a way I can solve this problem and make them share the same port without any problem?