Serial Port EEGbiosemi

Hi there,
I ask for your help with the trigger sending via Serial Port EEGbiosemi. I’m using Windows 10Pro and Psychopy v2022.2.5 sith USB Serial Port recognize as COM3, and the same USB serial port showed here by Stephanie_Aedo (the only difference is the bits per seconds which in my case are = 9600).
I have been trying to run in my experiment all the solutions I have seen here in the forum. However, I’am at a loss to understand the multiple errors that appear and have decided to follow a tip I saw around here: to run a simple experiment first so I can indentify the main error. I took this one: trigger_test

I have it set up like this

…And the errors it yields are:

#### Running: C:\Users\LabCognicionyEmocion\PAULINA\trigger_test_lastrun.py ####
2937.1665     INFO     Loaded monitor calibration from ['2019_09_12 14:31']
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
2.3924     WARNING     We strongly recommend you activate the PTB sound engine in PsychoPy prefs as the preferred audio engine. Its timing is vastly superior. Your prefs are currently set to use ['sounddevice', 'pyo', 'pygame'] (in that order).
Traceback (most recent call last):
1.1035     WARNING     Monitor specification not found. Creating a temporary one...
  File "C:\Users\LabCognicionyEmocion\PAULINA\trigger_test_lastrun.py", line 355, in <module>
    win.flip()
  File "C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\window.py", line 1222, in flip
    callEntry['function'](*callEntry['args'], **callEntry['kwargs'])
  File "C:\Program Files\PsychoPy\lib\site-packages\serial\serialwin32.py", line 306, in write
    raise PortNotOpenError()
serial.serialutil.PortNotOpenError: Attempting to use a port that is not open
################ Experiment ended with exit code 1 [pid:10304] #################
2968.8930     INFO     Loaded monitor calibration from ['2019_09_12 14:31']

I would be grateful for any guidance in this regard.
Thanks in advance