Posted: 06:27pm 21 Oct 2025
Copy link to clipboard |
grroel.tech Newbie

|
|
|
Hello,
I have installed TeraTerm (under Wine) on Zorin Linux v.18. In this version, installation is very easy; you simply open the .exe file on Wine. The problem is that in TeraTerm I cannot find the serial port to which I have connected the Pico.
I have created the symbolic link to COM:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
and I have given permissions for dialout:
sudo usermod -a -G dialout $USER
But the COM1 port does not appear when making a new connection in TeraTerm.
I have also tried with the /dev/ttyACM0 port.
Any clues? |