Humn, ok, there’s less information there than I would expect.
Can you do me another favor?
- Open the built-in terminal
- Open a python console (run
python3
) - Run
from serial.tools.list_ports import comports
- Run
from pprint import pprint
- Run
[pprint(port.__dict__) for port in comports()]
This will deliver all the information I need to add support for this board.
EDIT: updated to correct command