Hello @melon NG ,
Comports in Linux are typically identified as eg "/dev/ttyS0".
Perhaps you need to elevate access rights (Use this 777 for testing only) eg.:
sudo chmod 777 /dev/ttyS0
Note: These elevated rights then need to survive a reboot. Put them in eg. /etc/rc.local (depending on the Linux flavor you use).